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 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 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 mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.classPersistentClassA mapping model object that represents an entity class.classRootClassA mapping model object that represents the root class in an entity class inheritance hierarchy.classSingleTableSubclassA mapping model object that represents a subclass in a single table inheritance hierarchy.classSubclassA mapping model object that represents a subclass in an entity class inheritance hierarchy.classTableA mapping model object representing a relational database table.classUnionSubclassA mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.classUserDefinedTypeA mapping model object representing a relational database UDT.
-