Uses of Interface
org.hibernate.engine.query.spi.NativeQueryInterpreter
-
Packages that use NativeQueryInterpreter Package Description org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queries -
-
Uses of NativeQueryInterpreter in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreter
QueryPlanCache. getNativeQueryInterpreter()
NativeQueryInterpreter
NativeQueryInterpreterInitiator. initiateService(SessionFactoryImplementor sessionFactory, SessionFactoryOptions sessionFactoryOptions, ServiceRegistryImplementor registry)
NativeQueryInterpreter
NativeQueryInterpreterInitiator. initiateService(SessionFactoryServiceInitiatorContext context)
Methods in org.hibernate.engine.query.spi that return types with arguments of type NativeQueryInterpreter Modifier and Type Method Description java.lang.Class<NativeQueryInterpreter>
NativeQueryInterpreterInitiator. getServiceInitiated()
-