Uses of Interface
org.hibernate.mapping.Contributable
-
Packages that use Contributable Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.dialect.temptable Support for temporary tables.org.hibernate.mapping 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.relational Modifier and Type Interface Description interface
ContributableDatabaseObject
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 Modifier and Type Class Description class
Sequence
Models a databaseSEQUENCE
. -
Uses of Contributable in org.hibernate.dialect.temptable
Classes in org.hibernate.dialect.temptable that implement Contributable Modifier and Type Class Description class
TemporaryTable
-
Uses of Contributable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement Contributable Modifier and Type Class Description class
DenormalizedTable
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
Table
A mapping model object representing a relational database table.class
UnionSubclass
A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.class
UserDefinedType
A mapping model object representing a relational database UDT.
-