Uses of Interface
org.hibernate.mapping.Contributable
-
Packages that use Contributable Package Description org.hibernate.boot.model.relational org.hibernate.dialect.temptable org.hibernate.mapping -
-
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
Contributable specialization for Tables and SequencesClasses 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 subclass in a table-per-subclass mappingclass
PersistentClass
Mapping for an entity.class
RootClass
The root class of an inheritance hierarchyclass
SingleTableSubclass
class
Subclass
A subclass in a table-per-class-hierarchy mappingclass
Table
A relational tableclass
UnionSubclass
A subclass in a table-per-concrete-class mapping
-