Package | Description |
---|---|
javax.persistence.criteria | |
javax.persistence.metamodel |
Modifier and Type | Method and Description |
---|---|
PluralAttribute<? super Z,C,E> |
PluralJoin.getModel() |
Modifier and Type | Method and Description |
---|---|
<Y> Fetch<X,Y> |
FetchParent.fetch(PluralAttribute<? super X,?,Y> attribute) |
<Y> Fetch<X,Y> |
FetchParent.fetch(PluralAttribute<? super X,?,Y> attribute,
JoinType jt) |
<E,C extends Collection<E>> |
Path.get(PluralAttribute<X,C,E> collection) |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionAttribute<X,E> |
interface |
ListAttribute<X,E> |
interface |
MapAttribute<X,K,V> |
interface |
SetAttribute<X,E> |
Modifier and Type | Method and Description |
---|---|
Set<PluralAttribute<X,?,?>> |
ManagedType.getDeclaredPluralAttributes() |
Set<PluralAttribute<? super X,?,?>> |
ManagedType.getPluralAttributes() |
Copyright © 2016. All rights reserved.