Uses of Interface
org.hibernate.mapping.AttributeContainer
-
Packages that use AttributeContainer Package Description org.hibernate.cfg org.hibernate.mapping -
-
Uses of AttributeContainer in org.hibernate.cfg
Methods in org.hibernate.cfg that return AttributeContainer Modifier and Type Method Description static AttributeContainerBinderHelper. findColumnOwner(PersistentClass persistentClass, String columnName, MetadataBuildingContext context)Find the column owner (ie PersistentClass or Join) of columnName. -
Uses of AttributeContainer in org.hibernate.mapping
Classes in org.hibernate.mapping that implement AttributeContainer Modifier and Type Class Description classJoinclassJoinedSubclassA subclass in a table-per-subclass mappingclassPersistentClassMapping for an entity.classRootClassThe root class of an inheritance hierarchyclassSingleTableSubclassclassSubclassA subclass in a table-per-class-hierarchy mappingclassUnionSubclassA subclass in a table-per-concrete-class mapping
-