站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Class net.sf.hibernate.type.EntityType (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


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