Uses of Interface
org.hibernate.mapping.AuxiliaryTableHolder
Packages that use AuxiliaryTableHolder
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of AuxiliaryTableHolder in org.hibernate.mapping
Subinterfaces of AuxiliaryTableHolder in org.hibernate.mappingModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceAbstracts over things which can have a customized state management strategy, providing slots to plug in extra columns related to custom state management.Classes in org.hibernate.mapping that implement AuxiliaryTableHolderModifier and TypeClassDescriptionclassAn array mapping has a primary key consisting of the key columns + index column.classA mapping model object representing a collection of typeCollectionwhich may contain duplicates.classA mapping model object representing a collection.classA bag with a generated (surrogate) key.classA mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.classIndexed collections include Lists, Maps, arrays and primitive arrays.classA 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.final classA mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.classA mapping model object representing a collection of typeList.classA mapping model object representing a collection of typeMap.classA mapping model object that represents an entity class.classA primitive array has a primary key consisting of the key columns + index column.final classA mapping model object that represents the root class in an entity class inheritance hierarchy.classA mapping model object representing a collection of typeList.final classA mapping model object that represents a subclass in a single table inheritance hierarchy.classA mapping model object that represents a subclass in an entity class inheritance hierarchy.final classA mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.
Stateful.