Uses of Class
org.hibernate.jpamodelgen.validation.ProcessorSessionFactory
-
Packages that use ProcessorSessionFactory Package Description org.hibernate.jpamodelgen.validation Validation for HQL queries. -
-
Uses of ProcessorSessionFactory in org.hibernate.jpamodelgen.validation
Constructors in org.hibernate.jpamodelgen.validation with parameters of type ProcessorSessionFactory Constructor Description ElementCollectionPersister(String role, CollectionType collectionType, TypeElement elementType, String propertyPath, AccessType defaultAccessType, ProcessorSessionFactory that)
EntityPersister(String entityName, TypeElement type, ProcessorSessionFactory that)
ToManyAssociationPersister(String role, CollectionType collectionType, String targetEntityName, ProcessorSessionFactory that)
-