Uses of Interface
org.hibernate.persister.entity.PropertyMapping
-
Packages that use PropertyMapping Package Description org.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.persister.collection org.hibernate.persister.entity -
-
Uses of PropertyMapping in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return PropertyMapping Modifier and Type Method Description PropertyMappingQuerySpace. getPropertyMapping()Get thePropertyMappingfor this QuerySpace. -
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 the QueryableCollection interface.classBasicCollectionPersisterCollection persister for collections of values and many-to-many associations.classCollectionPropertyMappingclassCompositeElementPropertyMappingclassElementPropertyMappingclassOneToManyPersisterCollection persister for one-to-many associations. -
Uses of PropertyMapping in org.hibernate.persister.entity
Subinterfaces of PropertyMapping in org.hibernate.persister.entity Modifier and Type Interface Description interfaceQueryableExtends the generic EntityPersister contract to add operations required by the Hibernate Query LanguageClasses 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.classBasicEntityPropertyMappingclassJoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategyclassSingleTableEntityPersisterThe default implementation of the EntityPersister interface.classUnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy.
-