Class ProcessorSessionFactory

java.lang.Object
org.hibernate.processor.validation.MockSessionFactory
org.hibernate.processor.validation.ProcessorSessionFactory
All Implemented Interfaces:
EntityManagerFactory, Serializable, AutoCloseable, Referenceable, org.hibernate.boot.model.FunctionContributions, org.hibernate.boot.spi.BootstrapContext, org.hibernate.boot.spi.MetadataBuildingContext, org.hibernate.boot.spi.MetadataBuildingOptions, org.hibernate.boot.spi.SessionFactoryOptions, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.metamodel.RuntimeMetamodels, org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor, org.hibernate.metamodel.spi.RuntimeModelCreationContext, org.hibernate.query.spi.QueryEngine, org.hibernate.query.spi.QueryEngineOptions, org.hibernate.SessionFactory, org.hibernate.type.BindingContext, org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators, org.hibernate.type.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: