|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyMapping | |
---|---|
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.persister.collection | This package abstracts the persistence mechanism for collections. |
org.hibernate.persister.entity | This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. |
Uses of PropertyMapping in org.hibernate.hql.internal.ast.tree |
---|
Methods in org.hibernate.hql.internal.ast.tree that return PropertyMapping | |
---|---|
protected PropertyMapping |
ComponentJoin.getBasePropertyMapping()
|
PropertyMapping |
ComponentJoin.ComponentFromElementType.getPropertyMapping(String propertyName)
|
PropertyMapping |
FromElement.getPropertyMapping(String propertyName)
|
Uses of PropertyMapping in org.hibernate.hql.internal.ast.util |
---|
Methods in org.hibernate.hql.internal.ast.util that return PropertyMapping | |
---|---|
PropertyMapping |
SessionFactoryHelper.getCollectionPropertyMapping(String role)
Retrieve a PropertyMapping describing the given collection role. |
Uses of PropertyMapping in org.hibernate.persister.collection |
---|
Subinterfaces of PropertyMapping in org.hibernate.persister.collection | |
---|---|
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 | |
---|---|
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 | |
---|---|
interface |
Queryable
Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language |
Classes in org.hibernate.persister.entity that implement PropertyMapping | |
---|---|
class |
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQL |
class |
AbstractPropertyMapping
Basic implementation of the PropertyMapping contract. |
class |
BasicEntityPropertyMapping
|
class |
JoinedSubclassEntityPersister
An EntityPersister implementing the normalized "table-per-subclass" mapping strategy |
class |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |