| 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  Dialectenumeration. | 
| 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  Stringto
 instances of theDialectenumeration. | 
Copyright © 2016–2019 Jens Pelzetter. All rights reserved.