Uses of Interface
net.sf.hibernate.persister.UniqueKeyLoadable

Packages that use UniqueKeyLoadable
net.sf.hibernate.persister   
 

Uses of UniqueKeyLoadable in net.sf.hibernate.persister
 

Classes in net.sf.hibernate.persister that implement UniqueKeyLoadable
 class AbstractEntityPersister
          Superclass for built-in mapping strategies.
 class EntityPersister
          The default implementation of the ClassPersister interface.
 class NormalizedEntityPersister
          A ClassPersister implementing the normalized "table-per-subclass" mapping strategy.