|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SingularAttribute | |
|---|---|
| javax.persistence.criteria | |
| javax.persistence.metamodel | |
| Uses of SingularAttribute in javax.persistence.criteria |
|---|
| Methods in javax.persistence.criteria with parameters of type SingularAttribute | ||
|---|---|---|
|
FetchParent.fetch(SingularAttribute<? super X,Y> attribute)
|
|
|
FetchParent.fetch(SingularAttribute<? super X,Y> attribute,
JoinType jt)
|
|
|
Path.get(SingularAttribute<? super X,Y> attribute)
|
|
|
From.join(SingularAttribute<? super X,Y> attribute)
|
|
|
From.join(SingularAttribute<? super X,Y> attribute,
JoinType jt)
|
|
| Uses of SingularAttribute in javax.persistence.metamodel |
|---|
| Methods in javax.persistence.metamodel that return SingularAttribute | ||
|---|---|---|
|
IdentifiableType.getDeclaredId(Class<Y> type)
|
|
SingularAttribute<X,?> |
ManagedType.getDeclaredSingularAttribute(String name)
|
|
|
ManagedType.getDeclaredSingularAttribute(String name,
Class<Y> type)
|
|
|
IdentifiableType.getDeclaredVersion(Class<Y> type)
|
|
|
IdentifiableType.getId(Class<Y> type)
|
|
SingularAttribute<? super X,?> |
ManagedType.getSingularAttribute(String name)
|
|
|
ManagedType.getSingularAttribute(String name,
Class<Y> type)
|
|
|
IdentifiableType.getVersion(Class<Y> type)
|
|
| Methods in javax.persistence.metamodel that return types with arguments of type SingularAttribute | |
|---|---|
Set<SingularAttribute<X,?>> |
ManagedType.getDeclaredSingularAttributes()
|
Set<SingularAttribute<? super X,?>> |
IdentifiableType.getIdClassAttributes()
|
Set<SingularAttribute<? super X,?>> |
ManagedType.getSingularAttributes()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||