Uses of Class
net.sf.hibernate.type.EntityType

Packages that use EntityType
net.sf.hibernate.mapping   
net.sf.hibernate.persister   
net.sf.hibernate.type   
 

Uses of EntityType in net.sf.hibernate.mapping
 

Methods in net.sf.hibernate.mapping that return EntityType
 EntityType OneToMany.getEntityType()
           
 

Methods in net.sf.hibernate.mapping with parameters of type EntityType
 void OneToMany.setType(EntityType type)
           
 

Uses of EntityType in net.sf.hibernate.persister
 

Methods in net.sf.hibernate.persister with parameters of type EntityType
protected  void AbstractPropertyMapping.initIdentifierPropertyPaths(String path, EntityType etype, String[] columns, SessionFactoryImplementor factory)
           
 

Uses of EntityType in net.sf.hibernate.type
 

Subclasses of EntityType in net.sf.hibernate.type
 class ManyToOneType
          A many-to-one association to an entity
 class OneToOneType
          A one-to-one association to an entity