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 PropertyMapping
QuerySpace. getPropertyMapping()
Get thePropertyMapping
for this QuerySpace. -
Uses of PropertyMapping in org.hibernate.persister.collection
Subinterfaces of PropertyMapping in org.hibernate.persister.collection Modifier and Type Interface Description interface
QueryableCollection
A collection role that may be queried or loaded by outer join.interface
SQLLoadableCollection
Classes in org.hibernate.persister.collection that implement PropertyMapping Modifier and Type Class Description class
AbstractCollectionPersister
Base implementation of the QueryableCollection interface.class
BasicCollectionPersister
Collection persister for collections of values and many-to-many associations.class
CollectionPropertyMapping
class
CompositeElementPropertyMapping
class
ElementPropertyMapping
class
OneToManyPersister
Collection 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 interface
Queryable
Extends 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 class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQLclass
AbstractPropertyMapping
Basic implementation of thePropertyMapping
contract.class
BasicEntityPropertyMapping
class
JoinedSubclassEntityPersister
An EntityPersister implementing the normalized "table-per-subclass" mapping strategyclass
SingleTableEntityPersister
The default implementation of the EntityPersister interface.class
UnionSubclassEntityPersister
Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy.
-