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

    Fields
    Modifier and Type
    Field
    Description
    static final MilvusIndexExporter
     

    Fields inherited from interface org.hibernate.tool.schema.spi.Exporter

    NO_COMMANDS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getSqlCreateStrings(org.hibernate.mapping.Index exportable, org.hibernate.boot.Metadata metadata, org.hibernate.boot.model.relational.SqlStringGenerationContext context)
     
    getSqlDropStrings(org.hibernate.mapping.Index exportable, org.hibernate.boot.Metadata metadata, org.hibernate.boot.model.relational.SqlStringGenerationContext context)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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:
      getSqlCreateStrings in interface org.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:
      getSqlDropStrings in interface org.hibernate.tool.schema.spi.Exporter<org.hibernate.mapping.Index>