SingularPersistentAttribute<? super J,?> |
AbstractManagedType.findDeclaredSingularAttribute(String name) |
|
SingularPersistentAttribute<? super J,?> |
ManagedDomainType.findDeclaredSingularAttribute(String name) |
|
SingularPersistentAttribute<J,?> |
AbstractIdentifiableType.findIdAttribute() |
|
SingularPersistentAttribute<J,?> |
IdentifiableDomainType.findIdAttribute() |
|
SingularPersistentAttribute<? super J,?> |
AbstractManagedType.findSingularAttribute(String name) |
|
SingularPersistentAttribute<? super J,?> |
ManagedDomainType.findSingularAttribute(String name) |
|
SingularPersistentAttribute<? super J,?> |
AbstractIdentifiableType.findVersionAttribute() |
|
SingularPersistentAttribute<? super J,?> |
IdentifiableDomainType.findVersionAttribute() |
|
<Y> SingularPersistentAttribute<J,Y> |
AbstractIdentifiableType.getDeclaredId(Class<Y> javaType) |
|
<Y> SingularPersistentAttribute<J,Y> |
IdentifiableDomainType.getDeclaredId(Class<Y> type) |
|
<Y> SingularPersistentAttribute<J,Y> |
AbstractManagedType.getDeclaredSingularAttribute(String name,
Class<Y> javaType) |
|
<Y> SingularPersistentAttribute<J,Y> |
AbstractIdentifiableType.getDeclaredVersion(Class<Y> javaType) |
|
<Y> SingularPersistentAttribute<J,Y> |
IdentifiableDomainType.getDeclaredVersion(Class<Y> type) |
|
<Y> SingularPersistentAttribute<? super J,Y> |
AbstractIdentifiableType.getId(Class<Y> javaType) |
|
<Y> SingularPersistentAttribute<? super J,Y> |
IdentifiableDomainType.getId(Class<Y> type) |
|
SingularPersistentAttribute<? super J,?> |
AbstractManagedType.getSingularAttribute(String name) |
|
<Y> SingularPersistentAttribute<? super J,Y> |
AbstractManagedType.getSingularAttribute(String name,
Class<Y> type) |
|
<Y> SingularPersistentAttribute<? super J,Y> |
AbstractIdentifiableType.getVersion(Class<Y> javaType) |
|
<Y> SingularPersistentAttribute<? super J,Y> |
IdentifiableDomainType.getVersion(Class<Y> type) |
|