Package org.hibernate.engine.query.spi
An SPI for dealing with parameters of native queries.
- See Also:
NativeQueryInterpreter
-
Interface Summary Interface Description NativeQueryInterpreter Service contract for dealing with native queries. -
Class Summary Class Description AbstractParameterDescriptor<T> EntityGraphQueryHint Deprecated. useAppliedGraph
insteadNamedParameterDescriptor<T> Descriptor regarding a named parameter.NativeQueryInterpreterInitiator OrdinalParameterDescriptor<T> Descriptor regarding an ordinal parameter.ParamLocationRecognizer Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.ParamLocationRecognizer.InFlightJpaOrdinalParameterState Internal in-flight representation of a recognized named parameterParamLocationRecognizer.InFlightNamedParameterState Internal in-flight representation of a recognized named parameterParamLocationRecognizer.InFlightOrdinalParameterState Internal in-flight representation of a recognized named parameter