Class PropertyContainer
java.lang.Object
org.hibernate.boot.model.internal.PropertyContainer
A helper class to keep the
XPropertys of a class ordered by access type.- Author:
- Hardy Ferentschik
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyContainer(XClass clazz, XClass entityAtStake, AccessType defaultClassLevelAccessType) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
PropertyContainer
public PropertyContainer(XClass clazz, XClass entityAtStake, AccessType defaultClassLevelAccessType)
-
-
Method Details
-
getEntityAtStake
-
getDeclaringClass
-
getClassLevelAccessType
-
propertyIterator
-