Uses of Class
org.hibernate.persister.entity.Queryable.Declarer
-
Packages that use Queryable.Declarer Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of Queryable.Declarer in org.hibernate.persister.entity
Fields in org.hibernate.persister.entity declared as Queryable.Declarer Modifier and Type Field Description 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 Modifier and Type Method Description Queryable.Declarer
AbstractEntityPersister. getSubclassPropertyDeclarer(String propertyPath)
Queryable.Declarer
JoinedSubclassEntityPersister. getSubclassPropertyDeclarer(String propertyPath)
Queryable.Declarer
Queryable. getSubclassPropertyDeclarer(String propertyPath)
Deprecated.Determine whether the given property is declared by our mapped class, our super class, or one of our subclasses...
-