Uses of Interface
org.hibernate.query.spi.QueryEngineOptions
Packages that use QueryEngineOptions
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Validation for HQL queries.
Package for the SQM-backed Query implementation details
-
Uses of QueryEngineOptions in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement QueryEngineOptionsModifier and TypeClassDescriptionclass
In-flight state ofSessionFactoryOptions
duringSessionFactoryBuilder
processing. -
Uses of QueryEngineOptions in org.hibernate.boot.spi
Subinterfaces of QueryEngineOptions in org.hibernate.boot.spiModifier and TypeInterfaceDescriptioninterface
Aggregator of special options used to build theSessionFactory
.Classes in org.hibernate.boot.spi that implement QueryEngineOptionsModifier and TypeClassDescriptionclass
Convenience base class for custom implementations ofSessionFactoryOptions
using delegation. -
Uses of QueryEngineOptions in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement QueryEngineOptionsModifier and TypeClassDescriptionclass
class
Implementation of theMock
objects based on standard annotation processor APIs. -
Uses of QueryEngineOptions in org.hibernate.query.internal
Methods in org.hibernate.query.internal with parameters of type QueryEngineOptionsModifier and TypeMethodDescriptionstatic QueryEngineImpl
QueryEngineImpl.from
(MetadataImplementor metadata, QueryEngineOptions options, SqmCreationContext sqmCreationContext, ServiceRegistryImplementor serviceRegistry, Map<String, Object> properties, String name) -
Uses of QueryEngineOptions in org.hibernate.query.sqm.internal
Constructors in org.hibernate.query.sqm.internal with parameters of type QueryEngineOptionsModifierConstructorDescriptionSqmCreationOptionsStandard
(QueryEngineOptions queryEngineOptions) SqmCriteriaNodeBuilder
(String uuid, String name, QueryEngine queryEngine, QueryEngineOptions options, BindingContext bindingContext)