Uses of Interface
org.hibernate.mapping.Contributable
Packages that use Contributable
Package
Description
Some SPIs related to DDL generation and schema management.
Support for temporary tables.
This package defines the Hibernate configuration-time mapping model.
-
Uses of Contributable in org.hibernate.boot.model.relational
Subinterfaces of Contributable in org.hibernate.boot.model.relationalModifier and TypeInterfaceDescriptioninterface
Database objects (table, sequence, etc) which are associated with a contributor (ORM, Envers, etc) and can be selectively exported per contributorClasses in org.hibernate.boot.model.relational that implement Contributable -
Uses of Contributable in org.hibernate.dialect.temptable
Classes in org.hibernate.dialect.temptable that implement Contributable -
Uses of Contributable in org.hibernate.mapping
Subinterfaces of Contributable in org.hibernate.mappingModifier and TypeInterfaceDescriptioninterface
A mapping model object which represents a user defined type.Classes in org.hibernate.mapping that implement ContributableModifier and TypeClassDescriptionclass
class
class
A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.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 representing a relational database table.class
A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.class
A mapping model object representing a named relational database array type.class
A mapping model object representing a relational database UDT.