|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyMapping | |
net.sf.hibernate.collection | |
net.sf.hibernate.persister |
Uses of PropertyMapping in net.sf.hibernate.collection |
Subinterfaces of PropertyMapping in net.sf.hibernate.collection | |
interface |
QueryableCollection
A collection role that may be queried or loaded by outer join. |
Classes in net.sf.hibernate.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 net.sf.hibernate.persister |
Subinterfaces of PropertyMapping in net.sf.hibernate.persister | |
interface |
Queryable
Extends the generic ClassPersister contract to add operations required by the Hibernate Query Language |
Classes in net.sf.hibernate.persister that implement PropertyMapping | |
class |
AbstractEntityPersister
Superclass for built-in mapping strategies. |
class |
AbstractPropertyMapping
Base implementation of a PropertyMapping |
class |
EntityPersister
The default implementation of the ClassPersister interface. |
class |
NormalizedEntityPersister
A ClassPersister implementing the normalized "table-per-subclass" mapping strategy. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |