Uses of Interface
org.hibernate.query.spi.QueryEngineOptions
-
Packages that use QueryEngineOptions Package Description org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of QueryEngineOptions in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement QueryEngineOptions Modifier and Type Class Description classSessionFactoryOptionsBuilderIn-flight state ofSessionFactoryOptionsduringSessionFactoryBuilderprocessing. -
Uses of QueryEngineOptions in org.hibernate.boot.spi
Subinterfaces of QueryEngineOptions in org.hibernate.boot.spi Modifier and Type Interface Description interfaceSessionFactoryOptionsAggregator of special options used to build theSessionFactory.Classes in org.hibernate.boot.spi that implement QueryEngineOptions Modifier and Type Class Description classAbstractDelegatingSessionFactoryOptionsConvenience base class for custom implementations ofSessionFactoryOptionsusing delegation. -
Uses of QueryEngineOptions in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement QueryEngineOptions Modifier and Type Class Description classMockSessionFactoryclassProcessorSessionFactoryImplementation of theMockobjects based on standard annotation processor APIs. -
Uses of QueryEngineOptions in org.hibernate.query.sqm.internal
Constructors in org.hibernate.query.sqm.internal with parameters of type QueryEngineOptions Constructor Description SqmCreationOptionsStandard(QueryEngineOptions queryEngineOptions)
-