Package net.sf.hibernate.persister

Interface Summary
ClassPersister Concrete ClassPersisters implement mapping and persistence logic for a particular persistent class.
Joinable Anything that can be loaded by outer join - namely persisters for classes or collections.
Loadable Implemented by a ClassPersister that may be loaded using Loader.
OuterJoinLoadable A ClassPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
PropertyMapping Abstraction of all mappings that define properties: entities, collection elements.
Queryable Extends the generic ClassPersister contract to add operations required by the Hibernate Query Language
SQLLoadable A class persister that supports queries expressed in the platform native SQL dialect
UniqueKeyLoadable  
 

Class Summary
AbstractEntityPersister Superclass for built-in mapping strategies.
AbstractPropertyMapping Base implementation of a PropertyMapping
EntityPersister The default implementation of the ClassPersister interface.
NormalizedEntityPersister A ClassPersister implementing the normalized "table-per-subclass" mapping strategy.
PersisterFactory Factory for ClassPersister and CollectionPersister instances