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 classNativeQueryInterpreterStandardImpl -
Uses of NativeQueryInterpreter in org.hibernate.engine.query.spi
Methods in org.hibernate.engine.query.spi that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreterNativeQueryInterpreterInitiator. 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 NativeQueryInterpreterMockSessionFactory. getNativeQueryInterpreter() -
Uses of NativeQueryInterpreter in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreterQueryEngineImpl. getNativeQueryInterpreter() -
Uses of NativeQueryInterpreter in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NativeQueryInterpreter Modifier and Type Method Description NativeQueryInterpreterQueryEngine. getNativeQueryInterpreter()
-