Uses of Class
de.jpdigital.maven.plugins.hibernate5ddl.Dialect
-
-
Uses of Dialect in de.jpdigital.maven.plugins.hibernate5ddl
Methods in de.jpdigital.maven.plugins.hibernate5ddl that return Dialect Modifier and Type Method Description static DialectDialect. 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.Methods in de.jpdigital.maven.plugins.hibernate5ddl that return types with arguments of type Dialect Modifier and Type Method Description private Set<Dialect>GenerateDdlMojo. convertDialects()Helper method which reads the dialects from the parameter and converts them into instances of theDialectenumeration.Methods in de.jpdigital.maven.plugins.hibernate5ddl with parameters of type Dialect Modifier and Type Method Description voidDdlGenerator. generateDdl(Dialect dialect, Set<Package> packages, Set<Class<?>> entityClasses, GenerateDdlMojo mojo)Generates a SQL DDL file for a specific SQL dialect.Method parameters in de.jpdigital.maven.plugins.hibernate5ddl with type arguments of type Dialect Modifier and Type Method Description private voidGenerateDdlMojo. convertDialect(String dialect, Set<Dialect> dialectsList)Helper method for converting the dialects fromStringto instances of theDialectenumeration.
-