Interface NativeQueryInterpreter

  • All Superinterfaces:
    Serializable, Service

    public interface NativeQueryInterpreter
    extends Service
    Service contract for dealing with native queries.
    • Method Detail

      • recognizeParameters

        void recognizeParameters​(String nativeQuery,
                                 ParameterRecognizer recognizer)
        Parse the given native query and inform the recognizer of all recognized parameter markers.
        Parameters:
        nativeQuery - The query to recognize parameters in
        recognizer - The recognizer to call