类的使用
org.hibernate.persister.entity.Queryable.Declarer
-
使用Queryable.Declarer的程序包 程序包 说明 org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. -
-
org.hibernate.persister.entity中Queryable.Declarer的使用
声明为Queryable.Declarer的org.hibernate.persister.entity中的字段 修饰符和类型 字段 说明 static Queryable.DeclarerQueryable.Declarer. CLASSstatic Queryable.DeclarerQueryable.Declarer. SUBCLASSstatic Queryable.DeclarerQueryable.Declarer. SUPERCLASS返回Queryable.Declarer的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 Queryable.DeclarerAbstractEntityPersister. getSubclassPropertyDeclarer(String propertyPath)Queryable.DeclarerJoinedSubclassEntityPersister. getSubclassPropertyDeclarer(String propertyPath)Queryable.DeclarerQueryable. getSubclassPropertyDeclarer(String propertyPath)Determine whether the given property is declared by our mapped class, our super class, or one of our subclasses...
-