|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluralAttribute | |
|---|---|
| javax.persistence.criteria | |
| javax.persistence.metamodel | |
| Uses of PluralAttribute in javax.persistence.criteria |
|---|
| Methods in javax.persistence.criteria that return PluralAttribute | |
|---|---|
PluralAttribute<? super Z,C,E> |
PluralJoin.getModel()
Return the metamodel representation for the collection-valued attribute corresponding to the join. |
| Methods in javax.persistence.criteria with parameters of type PluralAttribute | ||
|---|---|---|
|
FetchParent.fetch(PluralAttribute<? super X,?,Y> attribute)
Fetch join to the specified collection-valued attribute using an inner join. |
|
|
FetchParent.fetch(PluralAttribute<? super X,?,Y> attribute,
JoinType jt)
Fetch join to the specified collection-valued attribute using the given join type. |
|
|
Path.get(PluralAttribute<X,C,E> collection)
Return the path corresponding to the referenced collection-valued attribute. |
|
| Uses of PluralAttribute in javax.persistence.metamodel |
|---|
| Subinterfaces of PluralAttribute in javax.persistence.metamodel | |
|---|---|
interface |
CollectionAttribute<X,E>
Instances of the type CollectionAttribute represent persistent Collection-valued attributes. |
interface |
ListAttribute<X,E>
Instances of the type ListAttribute represent persistent List-valued attributes. |
interface |
MapAttribute<X,K,V>
Instances of the type MapAttribute represent persistent Map-valued attributes. |
interface |
SetAttribute<X,E>
Instances of the type SetAttribute represent persistent Set-valued attributes. |
| Methods in javax.persistence.metamodel that return types with arguments of type PluralAttribute | |
|---|---|
Set<PluralAttribute<? super X,?,?>> |
ManagedType.getCollections()
Return all collection-valued attributes of the managed type. |
Set<PluralAttribute<X,?,?>> |
ManagedType.getDeclaredCollections()
Return all collection-valued attributes declared by the managed type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||