Package google.registry.persistence
Class HibernateSchemaExporter
java.lang.Object
google.registry.persistence.HibernateSchemaExporter
Utility class to export DDL script for given
Entity
classes.-
Method Summary
Modifier and TypeMethodDescriptionstatic HibernateSchemaExporter
Constructs aHibernateSchemaExporter
instance.void
Exports DDL script to theoutputFile
for the givenentityClasses
.
-
Method Details
-
create
Constructs aHibernateSchemaExporter
instance. -
export
public void export(com.google.common.collect.ImmutableList<Class<?>> entityClasses, File outputFile) Exports DDL script to theoutputFile
for the givenentityClasses
.
-