Interface Summary |
EntityPersister |
Concrete EntityPersisters 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 EntityPersister that may be loaded
using Loader. |
Lockable |
Contract for things that can be locked via a LockingStrategy |
OuterJoinLoadable |
A EntityPersister 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 EntityPersister 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 |
|