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 JoinedSubclassEntityPersister.getSubclassPropertyDeclarer(String propertyPath)
           
 Queryable.Declarer AbstractEntityPersister.getSubclassPropertyDeclarer(String propertyPath)
           
 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...
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved