public interface DDLGenerationMBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FILE_COUNT
Key returned by the generateDDL function, which describes the
number of DDL files written by the MBean.
|
static java.lang.String |
OBJECT_NAME
A String representing the
javax.management.ObjectName that this MBean maps to. |
static java.lang.String |
OUTPUT_DIRECTORY
Key returned by the generateDDL function, which describes the
path in the file system where the DDL files were written.
|
static java.lang.String |
SUCCESS
Key returned by the generateDDL function, which describes the
overall success of the function.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.io.Serializable> |
generateDDL()
Generate DDL for all features which use the persistence service to
persist data to a database.
|
static final java.lang.String OBJECT_NAME
javax.management.ObjectName
that this MBean maps to.static final java.lang.String OUTPUT_DIRECTORY
static final java.lang.String FILE_COUNT
static final java.lang.String SUCCESS
java.util.Map<java.lang.String,java.io.Serializable> generateDDL()