Class PropertyContainer
java.lang.Object
org.hibernate.boot.model.internal.PropertyContainer
Access to the members of a class which define a persistent attribute
as defined by the JPA specification and AccessType.
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyContainer
(org.hibernate.models.spi.ClassDetails classDetails, org.hibernate.models.spi.TypeVariableScope typeAtStake, AccessType defaultClassLevelAccessType) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.models.spi.ClassDetails
org.hibernate.models.spi.TypeVariableScope
Iterable<org.hibernate.models.spi.MemberDetails>
-
Constructor Details
-
PropertyContainer
public PropertyContainer(org.hibernate.models.spi.ClassDetails classDetails, org.hibernate.models.spi.TypeVariableScope typeAtStake, AccessType defaultClassLevelAccessType)
-
-
Method Details
-
getDeclaringClass
public org.hibernate.models.spi.ClassDetails getDeclaringClass() -
getTypeAtStake
public org.hibernate.models.spi.TypeVariableScope getTypeAtStake() -
getClassLevelAccessType
-
propertyIterator
-