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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrecognizeParameters(String nativeQuery, org.hibernate.query.sql.spi.ParameterRecognizer recognizer) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.engine.query.spi.NativeQueryInterpreter
createQueryPlan
-
Constructor Details
-
MilvusNativeQueryInterpreter
public MilvusNativeQueryInterpreter()
-
-
Method Details
-
recognizeParameters
public void recognizeParameters(String nativeQuery, org.hibernate.query.sql.spi.ParameterRecognizer recognizer) - Specified by:
recognizeParametersin interfaceorg.hibernate.engine.query.spi.NativeQueryInterpreter
-