Uses of Interface
org.hibernate.persister.entity.PropertyMapping
-
Packages that use PropertyMapping Package Description org.hibernate.persister.collection org.hibernate.persister.entity -
-
Uses of PropertyMapping in org.hibernate.persister.collection
Subinterfaces of PropertyMapping in org.hibernate.persister.collection Modifier and Type Interface Description interfaceQueryableCollectionA collection role that may be queried or loaded by outer join.interfaceSQLLoadableCollectionClasses 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.classCompositeElementPropertyMappingclassElementPropertyMappingclassOneToManyPersisterACollectionPersisterforone-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.SeeQueryableClasses 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 SQLclassAbstractPropertyMappingBasic implementation of thePropertyMappingcontract.classBasicEntityPropertyMappingclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing 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.
-