Uses of Class
net.sf.hibernate.persister.AbstractPropertyMapping

Packages that use AbstractPropertyMapping
net.sf.hibernate.collection   
net.sf.hibernate.persister   
 

Uses of AbstractPropertyMapping in net.sf.hibernate.collection
 

Subclasses of AbstractPropertyMapping in net.sf.hibernate.collection
 class CompositeElementPropertyMapping
           
 

Uses of AbstractPropertyMapping in net.sf.hibernate.persister
 

Subclasses of AbstractPropertyMapping in net.sf.hibernate.persister
 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.