Class ProcessorSessionFactory

java.lang.Object
org.hibernate.processor.validation.MockSessionFactory
org.hibernate.processor.validation.ProcessorSessionFactory
All Implemented Interfaces:
EntityManagerFactory, Serializable, AutoCloseable, Referenceable, FunctionContributions, BootstrapContext, MetadataBuildingContext, MetadataBuildingOptions, SessionFactoryOptions, SessionFactoryImplementor, RuntimeModelCreationContext, BindingContext, QueryEngine, QueryEngineOptions, QueryParameterBindingTypeResolver, SqmCreationContext, SessionFactory, SqlAstCreationContext, JdbcTypeIndicators, MappingContext

public abstract class ProcessorSessionFactory extends MockSessionFactory
Implementation of the Mock objects based on standard annotation processor APIs. Note that alternative implementations exist in the Query Validator project.
See Also: