Uses of Interface
org.hibernate.mapping.AttributeContainer
-
Packages that use AttributeContainer Package Description org.hibernate.boot.model.internal org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of AttributeContainer in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal 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.static AttributeContainer
BinderHelper. findReferencedColumnOwner(PersistentClass persistentClass, AnnotatedJoinColumn joinColumn, MetadataBuildingContext context)
-
Uses of AttributeContainer in org.hibernate.mapping
Classes in org.hibernate.mapping that implement AttributeContainer Modifier and Type Class Description class
Join
A mapping model object representing some sort of auxiliary table, for example, an association table, a secondary table, or a table belonging to a joined subclass.class
JoinedSubclass
A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.class
PersistentClass
A mapping model object that represents an entity class.class
RootClass
A mapping model object that represents the root class in an entity class inheritance hierarchy.class
SingleTableSubclass
A mapping model object that represents a subclass in a single table inheritance hierarchy.class
Subclass
A mapping model object that represents a subclass in an entity class inheritance hierarchy.class
UnionSubclass
A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.
-