Class PropertyContainer

java.lang.Object
org.hibernate.boot.model.internal.PropertyContainer

public class PropertyContainer extends Object
Access to the members of a class which define a persistent attribute as defined by the JPA specification and AccessType.
  • 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

      public AccessType getClassLevelAccessType()
    • propertyIterator

      public Iterable<org.hibernate.models.spi.MemberDetails> propertyIterator()