|
||||||||||
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 joinType)
|
|
|
Path.get(SingularAttribute<? super X,Y> attribute)
|
|
|
From.join(SingularAttribute<? super X,Y> attribute)
|
|
|
From.join(SingularAttribute<? super X,Y> attribute,
JoinType joinType)
|
Uses of SingularAttribute in javax.persistence.metamodel |
---|
Methods in javax.persistence.metamodel that return SingularAttribute | ||
---|---|---|
|
IdentifiableType.getDeclaredId(java.lang.Class<Y> type)
|
|
SingularAttribute<X,?> |
ManagedType.getDeclaredSingularAttribute(java.lang.String name)
|
|
|
ManagedType.getDeclaredSingularAttribute(java.lang.String name,
java.lang.Class<Y> type)
|
|
|
IdentifiableType.getDeclaredVersion(java.lang.Class<Y> type)
|
|
|
IdentifiableType.getId(java.lang.Class<Y> type)
|
|
SingularAttribute<? super X,?> |
ManagedType.getSingularAttribute(java.lang.String name)
|
|
|
ManagedType.getSingularAttribute(java.lang.String name,
java.lang.Class<Y> type)
|
|
|
IdentifiableType.getVersion(java.lang.Class<Y> type)
|
Methods in javax.persistence.metamodel that return types with arguments of type SingularAttribute | |
---|---|
java.util.Set<SingularAttribute<X,?>> |
ManagedType.getDeclaredSingularAttributes()
|
java.util.Set<SingularAttribute<? super X,?>> |
IdentifiableType.getIdClassAttributes()
|
java.util.Set<SingularAttribute<? super X,?>> |
ManagedType.getSingularAttributes()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |