Class Neo4jTableExporter

java.lang.Object
org.hibernate.neo4j.Neo4jTableExporter
All Implemented Interfaces:
org.hibernate.tool.schema.spi.Exporter<org.hibernate.mapping.Table>

public class Neo4jTableExporter extends Object implements org.hibernate.tool.schema.spi.Exporter<org.hibernate.mapping.Table>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Neo4jTableExporter
     

    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.Table table, org.hibernate.boot.Metadata metadata, org.hibernate.boot.model.relational.SqlStringGenerationContext context)
     
    getSqlDropStrings(org.hibernate.mapping.Table table, 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

    • Neo4jTableExporter

      public Neo4jTableExporter()
  • Method Details

    • getSqlCreateStrings

      public String[] getSqlCreateStrings(org.hibernate.mapping.Table table, 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.Table>
    • getSqlDropStrings

      public String[] getSqlDropStrings(org.hibernate.mapping.Table table, 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.Table>