Uses of Interface
org.hibernate.mapping.MetaAttributable
-
Packages that use MetaAttributable Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of MetaAttributable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement MetaAttributable Modifier and Type Class Description classBackrefclassComponentA mapping model object that represents an embeddable class.classIndexBackrefclassJoinedSubclassA 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.classPropertyA mapping model object representing a property or field of an entity or embeddable 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.classSyntheticPropertyModels a property which does not actually exist in the model.classUnionSubclassA mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.
-