Interface PersistentAttribute<D,J>
-
- All Superinterfaces:
Attribute<D,J>
- All Known Subinterfaces:
BagPersistentAttribute<D,E>,ListPersistentAttribute<D,E>,MapPersistentAttribute<D,K,V>,PersistentAttributeDescriptor<D,J>,PluralPersistentAttribute<D,C,E>,SetPersistentAttribute<D,E>,SingularPersistentAttribute<D,J>
public interface PersistentAttribute<D,J> extends Attribute<D,J>
Hibernate extension to the JPAAttributecontract
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute
Attribute.PersistentAttributeType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedDomainType<D>getDeclaringType()SimpleDomainType<?>getKeyGraphType()SimpleDomainType<?>getValueGraphType()-
Methods inherited from interface javax.persistence.metamodel.Attribute
getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection
-
-
-
-
Method Detail
-
getDeclaringType
ManagedDomainType<D> getDeclaringType()
- Specified by:
getDeclaringTypein interfaceAttribute<D,J>
-
getValueGraphType
SimpleDomainType<?> getValueGraphType()
-
getKeyGraphType
SimpleDomainType<?> getKeyGraphType()
-
-