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

Uses of Class org.hibernate.persister.entity.Queryable.Declarer (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.persister.entity.Queryable.Declarer

Packages that use Queryable.Declarer
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Uses of Queryable.Declarer in org.hibernate.persister.entity
 

Fields in org.hibernate.persister.entity declared as Queryable.Declarer
static Queryable.Declarer Queryable.Declarer.CLASS
           
static Queryable.Declarer Queryable.Declarer.SUBCLASS
           
static Queryable.Declarer Queryable.Declarer.SUPERCLASS
           
 

Methods in org.hibernate.persister.entity that return Queryable.Declarer
 Queryable.Declarer Queryable.getSubclassPropertyDeclarer(String propertyPath)
          Determine whether the given property is declared by our mapped class, our super class, or one of our subclasses...
 Queryable.Declarer JoinedSubclassEntityPersister.getSubclassPropertyDeclarer(String propertyPath)
           
 Queryable.Declarer AbstractEntityPersister.getSubclassPropertyDeclarer(String propertyPath)