Uses of Interface
org.hibernate.mapping.TableContainer
Packages that use TableContainer
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of TableContainer in org.hibernate.mapping
Subinterfaces of TableContainer in org.hibernate.mappingModifier and TypeInterfaceDescriptioninterface
Classes in org.hibernate.mapping that implement TableContainerModifier and TypeClassDescriptionclass
A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.class
A mapping model object representing a mapped superclass of an entity class.class
A mapping model object that represents an entity class.class
A mapping model object that represents the root class in an entity class inheritance hierarchy.class
A mapping model object that represents a subclass in a single table inheritance hierarchy.class
A mapping model object that represents a subclass in an entity class inheritance hierarchy.class
A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.