|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionAttribute | |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Uses of CollectionAttribute in javax.persistence.criteria |
---|
Methods in javax.persistence.criteria that return CollectionAttribute | |
---|---|
CollectionAttribute<? super Z,E> |
CollectionJoin.getModel()
Return the metamodel representation for the collection attribute. |
Methods in javax.persistence.criteria with parameters of type CollectionAttribute | ||
---|---|---|
|
From.join(CollectionAttribute<? super X,Y> collection)
Create an inner join to the specified Collection-valued attribute. |
|
|
From.join(CollectionAttribute<? super X,Y> collection,
JoinType jt)
Create a join to the specified Collection-valued attribute using the given join type. |
Uses of CollectionAttribute in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return CollectionAttribute | ||
---|---|---|
CollectionAttribute<? super X,?> |
ManagedType.getCollection(String name)
Return the Collection-valued attribute of the managed type that corresponds to the specified name. |
|
|
ManagedType.getCollection(String name,
Class<E> elementType)
Return the Collection-valued attribute of the managed type that corresponds to the specified name and Java element type. |
|
CollectionAttribute<X,?> |
ManagedType.getDeclaredCollection(String name)
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name. |
|
|
ManagedType.getDeclaredCollection(String name,
Class<E> elementType)
Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java element type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |