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 Set<Dialect> |
GenerateDdlMojo.convertDialects()
Helper method which reads the dialects from the parameter and converts
them into instances of the
Dialect enumeration. |
Modifier and Type | Method and Description |
---|---|
void |
DdlGenerator.generateDdl(Dialect dialect,
Set<Class<?>> entityClasses,
GenerateDdlMojo mojo)
Generates a SQL DDL file for a specific SQL dialect.
|
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 © 2016–2019 Jens Pelzetter. All rights reserved.