Class HibernateSchemaExport

java.lang.Object
de.cronn.liquibase.changelog.generator.HibernateSchemaExport

public class HibernateSchemaExport extends Object
  • Constructor Details

  • Method Details

    • export

      public String export()
    • exportSchema

      protected String exportSchema()
    • normalizeSchemaDumpFile

      protected String normalizeSchemaDumpFile(String schemaExport)
    • normalizeIndentations

      protected String normalizeIndentations(String schemaExport)
    • sortCreateTypeStatements

      protected String sortCreateTypeStatements(String schemaExport)
    • buildConfig

      protected Map<String,Object> buildConfig()
    • getSchemaCreator

      protected org.hibernate.tool.schema.spi.SchemaCreator getSchemaCreator(Map<String,Object> config)
    • getServiceRegistry

      protected org.hibernate.boot.registry.StandardServiceRegistry getServiceRegistry()