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.org.hibernate.processor.validation Validation for HQL queries. -
-
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.DeclarerQueryable.Declarer. CLASSstatic Queryable.DeclarerQueryable.Declarer. SUBCLASSstatic Queryable.DeclarerQueryable.Declarer. SUPERCLASSMethods in org.hibernate.persister.entity that return Queryable.Declarer Modifier and Type Method Description Queryable.DeclarerAbstractEntityPersister. getSubclassPropertyDeclarer(String propertyPath)Queryable.DeclarerJoinedSubclassEntityPersister. getSubclassPropertyDeclarer(String propertyPath)Queryable.DeclarerQueryable. getSubclassPropertyDeclarer(String propertyPath)Deprecated.Determine whether the given property is declared by our mapped class, our super class, or one of our subclasses... -
Uses of Queryable.Declarer in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return Queryable.Declarer Modifier and Type Method Description Queryable.DeclarerMockEntityPersister. getSubclassPropertyDeclarer(String s)
-