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 interfaceContributableDatabaseObjectContributable specialization for Tables and SequencesClasses in org.hibernate.boot.model.relational that implement Contributable Modifier and Type Class Description classSequenceModels a databaseSEQUENCE. -
Uses of Contributable in org.hibernate.dialect.temptable
Classes in org.hibernate.dialect.temptable that implement Contributable Modifier and Type Class Description classTemporaryTable -
Uses of Contributable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement Contributable Modifier and Type Class Description classDenormalizedTableclassJoinedSubclassA subclass in a table-per-subclass mappingclassPersistentClassMapping for an entity.classRootClassThe root class of an inheritance hierarchyclassSingleTableSubclassclassSubclassA subclass in a table-per-class-hierarchy mappingclassTableA relational tableclassUnionSubclassA subclass in a table-per-concrete-class mapping
-