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 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 theQueryableCollection
interface.class
BasicCollectionPersister
ACollectionPersister
for collections of values and many-to-many associations.class
CompositeElementPropertyMapping
class
ElementPropertyMapping
class
OneToManyPersister
ACollectionPersister
forone-to-one associations
. -
Uses of PropertyMapping in org.hibernate.persister.entity
Subinterfaces of PropertyMapping in org.hibernate.persister.entity Modifier and Type Interface Description interface
Queryable
Deprecated.SeeQueryable
Classes 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
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy.
-