Uses of Interface
org.hibernate.persister.entity.PropertyMapping
-
Packages that use PropertyMapping Package Description org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of PropertyMapping in org.hibernate.persister.collection
Subinterfaces of PropertyMapping in org.hibernate.persister.collection Modifier and Type Interface Description interfaceQueryableCollectionDeprecated, 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.interfaceSQLLoadableCollectionDeprecated.Classes in org.hibernate.persister.collection that implement PropertyMapping Modifier and Type Class Description classAbstractCollectionPersisterBase implementation of theQueryableCollectioninterface.classBasicCollectionPersisterACollectionPersisterfor collections of values and many-to-many associations.classCompositeElementPropertyMappingDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEmbeddedCollectionPartclassElementPropertyMappingDeprecated, for removal: This API element is subject to removal in a future version.Replaced byCollectionPartclassOneToManyPersisterACollectionPersisterforone-to-one associations. -
Uses of PropertyMapping in org.hibernate.persister.entity
Subinterfaces of PropertyMapping in org.hibernate.persister.entity Modifier and Type Interface Description interfaceQueryableDeprecated.UseEntityMappingTypeinsteadClasses in org.hibernate.persister.entity that implement PropertyMapping Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassAbstractPropertyMappingDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityMappingTypeclassBasicEntityPropertyMappingclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing 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.
-