Class MilvusIndexExporter
java.lang.Object
org.hibernate.milvus.MilvusIndexExporter
- All Implemented Interfaces:
org.hibernate.tool.schema.spi.Exporter<org.hibernate.mapping.Index>
public class MilvusIndexExporter
extends Object
implements org.hibernate.tool.schema.spi.Exporter<org.hibernate.mapping.Index>
-
Field Summary
FieldsFields inherited from interface org.hibernate.tool.schema.spi.Exporter
NO_COMMANDS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getSqlCreateStrings(org.hibernate.mapping.Index exportable, org.hibernate.boot.Metadata metadata, org.hibernate.boot.model.relational.SqlStringGenerationContext context) String[]getSqlDropStrings(org.hibernate.mapping.Index exportable, org.hibernate.boot.Metadata metadata, org.hibernate.boot.model.relational.SqlStringGenerationContext context)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
MilvusIndexExporter
public MilvusIndexExporter()
-
-
Method Details
-
getSqlCreateStrings
public String[] getSqlCreateStrings(org.hibernate.mapping.Index exportable, org.hibernate.boot.Metadata metadata, org.hibernate.boot.model.relational.SqlStringGenerationContext context) - Specified by:
getSqlCreateStringsin interfaceorg.hibernate.tool.schema.spi.Exporter<org.hibernate.mapping.Index>
-
getSqlDropStrings
public String[] getSqlDropStrings(org.hibernate.mapping.Index exportable, org.hibernate.boot.Metadata metadata, org.hibernate.boot.model.relational.SqlStringGenerationContext context) - Specified by:
getSqlDropStringsin interfaceorg.hibernate.tool.schema.spi.Exporter<org.hibernate.mapping.Index>
-