Uses of Interface
org.hibernate.query.spi.QueryEngineOptions
-
Packages that use QueryEngineOptions Package Description org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
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.
-