Class MilvusNativeQueryInterpreter

java.lang.Object
org.hibernate.milvus.MilvusNativeQueryInterpreter
All Implemented Interfaces:
Serializable, org.hibernate.engine.query.spi.NativeQueryInterpreter, org.hibernate.service.Service

public class MilvusNativeQueryInterpreter extends Object implements org.hibernate.engine.query.spi.NativeQueryInterpreter
See Also:
  • Constructor Details

    • MilvusNativeQueryInterpreter

      public MilvusNativeQueryInterpreter()
  • Method Details

    • recognizeParameters

      public void recognizeParameters(String nativeQuery, org.hibernate.query.sql.spi.ParameterRecognizer recognizer)
      Specified by:
      recognizeParameters in interface org.hibernate.engine.query.spi.NativeQueryInterpreter