Uses of Interface
org.hibernate.query.spi.QueryEngineOptions
-
Packages that use QueryEngineOptions Package Description org.hibernate.boot.internal org.hibernate.boot.spi -
-
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 the SessionFactory.Classes in org.hibernate.boot.spi that implement QueryEngineOptions Modifier and Type Class Description classAbstractDelegatingSessionFactoryOptionsConvenience base class for custom implementors of SessionFactoryOptions, using delegation
-