Uses of Interface
org.hibernate.engine.query.spi.NativeQueryInterpreter
-
Packages that use NativeQueryInterpreter Package Description org.hibernate.engine.query.internal org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.query.internal org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters. -
-
Uses of NativeQueryInterpreter in org.hibernate.engine.query.internal
Classes in org.hibernate.engine.query.internal that implement NativeQueryInterpreter Modifier and Type Class Description class
NativeQueryInterpreterStandardImpl
-
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
NativeQueryInterpreterInitiator. initiateService(SessionFactoryServiceInitiatorContext context)
Methods in org.hibernate.engine.query.spi that return types with arguments of type NativeQueryInterpreter Modifier and Type Method Description Class<NativeQueryInterpreter>
NativeQueryInterpreterInitiator. getServiceInitiated()
-
Uses of NativeQueryInterpreter in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreter
MockSessionFactory. getNativeQueryInterpreter()
-
Uses of NativeQueryInterpreter in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreter
QueryEngineImpl. getNativeQueryInterpreter()
-
Uses of NativeQueryInterpreter in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreter
QueryEngine. getNativeQueryInterpreter()
-