Uses of Interface
org.hibernate.persister.entity.PropertyMapping
Packages that use PropertyMapping
Package
Description
This package abstracts persistence mechanisms for collections.
This package abstracts persistence mechanisms for entities.
-
Uses of PropertyMapping in org.hibernate.persister.collection
Subinterfaces of PropertyMapping in org.hibernate.persister.collectionModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated collection persister rolesinterfaceDeprecated, for removal: This API element is subject to removal in a future version.Given the mapping-model and SQM, this contract is no longer needed.interfaceDeprecated.Classes in org.hibernate.persister.collection that implement PropertyMappingModifier and TypeClassDescriptionclassBase implementation of theQueryableCollectioninterface.classclassDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEmbeddedCollectionPartclassDeprecated, for removal: This API element is subject to removal in a future version.Replaced byCollectionPartclass -
Uses of PropertyMapping in org.hibernate.persister.entity
Subinterfaces of PropertyMapping in org.hibernate.persister.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceDeprecated.UseEntityMappingTypeinsteadClasses in org.hibernate.persister.entity that implement PropertyMappingModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingTypeclassDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingTypeclassAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.