|
||||||||||
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()
|
Methods in javax.persistence.criteria with parameters of type CollectionAttribute | ||
---|---|---|
|
From.join(CollectionAttribute<? super X,Y> collection)
|
|
|
From.join(CollectionAttribute<? super X,Y> collection,
JoinType joinType)
|
Uses of CollectionAttribute in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return CollectionAttribute | ||
---|---|---|
CollectionAttribute<? super X,?> |
ManagedType.getCollection(java.lang.String name)
|
|
|
ManagedType.getCollection(java.lang.String name,
java.lang.Class<E> elementType)
|
|
CollectionAttribute<X,?> |
ManagedType.getDeclaredCollection(java.lang.String name)
|
|
|
ManagedType.getDeclaredCollection(java.lang.String name,
java.lang.Class<E> elementType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |