Internal Website Search
1-22 of 22 resultsjavax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.PluralAttribute JPA Interface PluralAttribute Type Parameters: - The type the represented collection belongs ... Interfaces: Attribute , Bindable Instances of the type PluralAttribute represent persistent collection-valued attributes. Since: JPA 2.0 Public Methods PluralAttribute .CollectionType getCollectionType | |
PluralAttribute.getCollectionType() - JPA Method JPA Method in javax.persistence.metamodel. PluralAttribute PluralAttribute .CollectionType getCollectionType () Return the collection type. Return: collection type Since: JPA 2.0 | |
javax.persistence.metamodel.PluralAttribute | |
PluralAttribute.getElementType() - JPA Method JPA Method in javax.persistence.metamodel. PluralAttribute Type getElementType () Return the type representing the element type of the collection. Return: element type Since: JPA 2.0 | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.PluralAttribute | |
javax.persistence.metamodel.PluralAttribute | |
JPA Metamodel API. PluralAttribute is an ancestor of interfaces that represent multi value attributes | |
javax.persistence.criteria.From Methods Fetch fetch ( PluralAttribute attribute) Create a fetch join to the specified collection ... join Inherited from: FetchParent Since: JPA 2.0 Fetch fetch ( PluralAttribute attribute,  ... to the referenced attribute Inherited from: Path Since: JPA 2.0 Expression get ( PluralAttribute   | |
javax.persistence.criteria.FetchParent Fetch fetch ( PluralAttribute attribute) Create a fetch join to the specified collection-valued ... Since: JPA 2.0 Fetch fetch ( PluralAttribute attribute, JoinType jt) Create | |
javax.persistence.criteria.Fetch Public Methods Fetch fetch ( PluralAttribute attribute) Create a fetch join to the specified ... : the resulting join Inherited from: FetchParent Since: JPA 2.0 Fetch fetch ( PluralAttribute   | |
javax.persistence.metamodel.SetAttribute JPA Interface SetAttribute Type Parameters: - The type the represented Set belongs to - The element type of the represented Set Super Interfaces: Attribute , Bindable , PluralAttribute Instances of the type SetAttribute represent persistent java.util.Set -valued attributes. Since: JPA 2.0 | |
Path | |
PluralJoin.getModel() - JPA Method JPA Method in javax.persistence.criteria.PluralJoin PluralAttribute getModel () Return the metamodel representation for the collection-valued attribute corresponding to the join. Return: metamodel collection-valued attribute corresponding to the target of the join Since: JPA 2.0 | |
javax.persistence.criteria.PluralJoin PluralAttribute getModel () Return the metamodel representation for the collection-valued attribute | |
javax.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 | |
FetchParent.fetch(attribute,jt) - JPA Method JPA Method in javax.persistence.criteria.FetchParent Fetch fetch ( PluralAttribute attribute, JoinType jt ) Create a fetch join to the specified collection-valued attribute using the given join type. Parameters: attribute - target of the join jt - join type Return: the resulting join Since: JPA 2.0 | |
FetchParent.fetch(attribute) - JPA Method JPA Method in javax.persistence.criteria.FetchParent Fetch fetch ( PluralAttribute attribute ) Create a fetch join to the specified collection-valued attribute using an inner join. Parameters: attribute - target of the join Return: the resulting join Since: JPA 2.0 | |
javax.persistence.metamodel.MapAttribute JPA Interface MapAttribute Type Parameters: - The type the represented Map belongs to - The type of the key of the represented Map - The type of the value of the represented Map Super Interfaces: Attribute , Bindable , PluralAttribute Instances of the type MapAttribute represent persistent java | |
javax.persistence.criteria.Path attribute Since: JPA 2.0 Expression get ( PluralAttribute collection) Create a path corresponding | |
javax.persistence.metamodel.ListAttribute JPA Interface ListAttribute Type Parameters: - The type the represented List belongs to - The element type of the represented List Super Interfaces: Attribute , Bindable , PluralAttribute Instances of the type ListAttribute represent persistent javax.util.List -valued attributes. Since: JPA 2.0 |