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 AttributeContainer
BinderHelper. 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 class
Join
class
JoinedSubclass
A subclass in a table-per-subclass mappingclass
PersistentClass
Mapping for an entity.class
RootClass
The root class of an inheritance hierarchyclass
SingleTableSubclass
class
Subclass
A subclass in a table-per-class-hierarchy mappingclass
UnionSubclass
A subclass in a table-per-concrete-class mapping
-