Class PropertyContainer


  • public class PropertyContainer
    extends Object
    A helper class to keep the XPropertys of a class ordered by access type.
    • Constructor Detail

      • PropertyContainer

        public PropertyContainer​(org.hibernate.annotations.common.reflection.XClass clazz,
                                 org.hibernate.annotations.common.reflection.XClass entityAtStake,
                                 AccessType defaultClassLevelAccessType)
    • Method Detail

      • getEntityAtStake

        public org.hibernate.annotations.common.reflection.XClass getEntityAtStake()
      • getDeclaringClass

        public org.hibernate.annotations.common.reflection.XClass getDeclaringClass()
      • getClassLevelAccessType

        public AccessType getClassLevelAccessType()
      • propertyIterator

        public Iterable<org.hibernate.annotations.common.reflection.XProperty> propertyIterator()