Class ProcessorSessionFactory

  • All Implemented Interfaces:
    EntityManagerFactory, Closeable, 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.Mapping, org.hibernate.engine.spi.SessionFactoryImplementor, org.hibernate.metamodel.spi.RuntimeModelCreationContext, org.hibernate.persister.spi.PersisterCreationContext, org.hibernate.query.spi.QueryEngine, org.hibernate.query.spi.QueryEngineOptions, org.hibernate.query.spi.QueryParameterBindingTypeResolver, org.hibernate.query.sqm.spi.SqmCreationContext, org.hibernate.SessionFactory, org.hibernate.sql.ast.spi.SqlAstCreationContext, org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators

    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:
    Serialized Form