| Modifier and Type | Method and Description |
|---|---|
static Dialect |
Dialect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dialect[] |
Dialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private Path |
GenerateDdlMojo.createOutputFilePath(Dialect dialect) |
private void |
GenerateDdlMojo.generateDdl(Dialect dialect,
Set<Class<?>> entityClasses)
Helper method for generating the DDL classes for a specific dialect.
|
private void |
GenerateDdlMojo.writeOutputFile(Dialect dialect,
Path tmpDir)
Helper method for writing the output files if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
GenerateDdlMojo.convertDialect(String dialect,
Set<Dialect> dialectsList)
Helper method for converting the dialects from
String to
instances of the Dialect enumeration. |
Copyright © 2014–2016 Jens Pelzetter. All rights reserved.