public interface Exporter<T extends Exportable>
CREATE
and
DROP
scripts.
This is an ORM-centric contractModifier and Type | Field and Description |
---|---|
static String[] |
NO_COMMANDS |
Modifier and Type | Method and Description |
---|---|
String[] |
getSqlCreateStrings(T exportable,
Metadata metadata)
Get the commands needed for creation.
|
String[] |
getSqlDropStrings(T exportable,
Metadata metadata)
Get the commands needed for dropping.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.