Internal Website Search
1-15 of 15 resultsjavax.persistence.metamodel.CollectionAttribute JPA Interface CollectionAttribute Type Parameters: - The type the represented Collection belongs to - The element type of the represented Collection Super Interfaces: Attribute , Bindable , PluralAttribute Instances of the type CollectionAttribute represent persistent java.util.Collection -valued attributes. Since: JPA 2.0 | |
JPA Metamodel API: CollectionAttribute - represents attributes of Collection types. SetAttribute - represents attributes | |
javax.persistence.metamodel.EmbeddableType Since: JPA 2.0 CollectionAttribute getCollection (String name) Return the Collection-valued attribute ... of the represented attribute Return: CollectionAttribute of the given name Throws: IllegalArgumentException ... Since: JPA 2.0 CollectionAttribute getCollection (String name, Class elementType) Return | |
javax.persistence.metamodel.ManagedType of the managed type. Return: attributes of the managed type Since: JPA 2.0 CollectionAttribute getCollection ... to the specified name. Parameters: name - the name of the represented attribute Return: CollectionAttribute ... in the managed type Since: JPA 2.0 CollectionAttribute getCollection (String name, Class | |
javax.persistence.metamodel.IdentifiableType of the managed type Inherited from: ManagedType Since: JPA 2.0 CollectionAttribute getCollection (String ... to the specified name. Parameters: name - the name of the represented attribute Return: CollectionAttribute ... the managed type Inherited from: ManagedType Since: JPA 2.0 CollectionAttribute getCollection (String | |
javax.persistence.criteria.From ( CollectionAttribute collection) Create an inner join to the specified Collection-valued attribute ... join ( CollectionAttribute collection, JoinType jt) Create a join to the specified | |
ManagedType | |
ManagedType | |
ManagedType | |
ManagedType | |
javax.persistence.criteria.Join from: From Since: JPA 2.0 CollectionJoin join ( CollectionAttribute collection) Create an inner ... Return: the resulting join Inherited from: From Since: JPA 2.0 CollectionJoin join ( CollectionAttribute | |
From | |
From | |
CollectionJoin.getModel() - JPA Method JPA Method in javax.persistence.criteria.CollectionJoin CollectionAttribute getModel () Return the metamodel representation for the collection attribute. Return: metamodel type representing the Collection that is the target of the join Since: JPA 2.0 | |
javax.persistence.criteria.CollectionJoin . Since: JPA 2.0 Public Methods CollectionAttribute getModel () Return the metamodel representation |