Class HibernateSchemaExport
java.lang.Object
de.cronn.liquibase.changelog.generator.HibernateSchemaExport
-
Constructor Summary
ConstructorsConstructorDescriptionHibernateSchemaExport(Class<? extends AbstractHibernatePopulatedConfig> hibernatePopulatedConfigClass) -
Method Summary
Modifier and TypeMethodDescriptionexport()protected Stringprotected org.hibernate.tool.schema.spi.SchemaCreatorgetSchemaCreator(Map<String, Object> config) protected org.hibernate.boot.registry.StandardServiceRegistryprotected StringnormalizeIndentations(String schemaExport) protected StringnormalizeSchemaDumpFile(String schemaExport) protected StringsortCreateTypeStatements(String schemaExport)
-
Constructor Details
-
HibernateSchemaExport
public HibernateSchemaExport(Class<? extends AbstractHibernatePopulatedConfig> hibernatePopulatedConfigClass)
-
-
Method Details
-
export
-
exportSchema
-
normalizeSchemaDumpFile
-
normalizeIndentations
-
sortCreateTypeStatements
-
buildConfig
-
getSchemaCreator
-
getServiceRegistry
protected org.hibernate.boot.registry.StandardServiceRegistry getServiceRegistry()
-