Internal Website Search

1-15 of 15 results

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

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.getDeclaredCollection(name) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType CollectionAttribute getDeclaredCollection (   String name ) Return the Collection-valued attribute declared by the managed type ... Return: declared CollectionAttribute of the given name Throws: IllegalArgumentException - if attribute

ManagedType.getCollection(name) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType CollectionAttribute getCollection (   String name ) Return the Collection-valued attribute of the managed type that corresponds ... : CollectionAttribute of the given name Throws: IllegalArgumentException - if attribute of the given name is not present in the managed type Since: JPA 2.0

ManagedType.getCollection(name,elementType) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType CollectionAttribute getCollection (   String name,    Class  elementType ) Return the Collection-valued ... attribute Return: CollectionAttribute of the given name and element type Throws: IllegalArgumentException

ManagedType.getDeclaredCollection(name,elementType) - JPA Method

JPA Method in javax.persistence.metamodel.ManagedType CollectionAttribute getDeclaredCollection (   String name,    Class  elementType ) Return the Collection ... of the represented attribute Return: declared CollectionAttribute of the given name and element type Throws

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.join(collection) - JPA Method

JPA Method in javax.persistence.criteria.From CollectionJoin join (    CollectionAttribute  collection ) Create an inner join to the specified Collection-valued attribute. Parameters: collection - target of the join Return: the resulting join Since: JPA 2.0

From.join(collection,jt) - JPA Method

JPA Method in javax.persistence.criteria.From CollectionJoin join (    CollectionAttribute  collection,     JoinType  jt ) Create a join to the specified Collection-valued attribute using the given join type. Parameters: collection - target of the join jt - join type Return: the resulting join Since: JPA 2.0

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