Uses of Interface
org.hibernate.metadata.ClassMetadata
-
Packages that use ClassMetadata Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of ClassMetadata in org.hibernate.persister.entity
Subinterfaces of ClassMetadata in org.hibernate.persister.entity Modifier and Type Interface Description interfaceDeprecatedEntityStuffDeprecated.Just used to singly extend all the deprecated entity persister rolesClasses in org.hibernate.persister.entity that implement ClassMetadata Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.Methods in org.hibernate.persister.entity that return ClassMetadata Modifier and Type Method Description ClassMetadataAbstractEntityPersister. getClassMetadata()Deprecated.ClassMetadataEntityPersister. getClassMetadata()Deprecated.This operation is no longer called by Hibernate.
-