Uses of Class
org.n52.series.db.generator.AbstractGenerator.DialectSelector
-
Packages that use AbstractGenerator.DialectSelector Package Description org.n52.series.db.generator -
-
Uses of AbstractGenerator.DialectSelector in org.n52.series.db.generator
Methods in org.n52.series.db.generator that return AbstractGenerator.DialectSelector Modifier and Type Method Description static AbstractGenerator.DialectSelectorAbstractGenerator.DialectSelector. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractGenerator.DialectSelector[]AbstractGenerator.DialectSelector. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.series.db.generator with parameters of type AbstractGenerator.DialectSelector Modifier and Type Method Description protected org.hibernate.dialect.DialectAbstractGenerator. getDialect(AbstractGenerator.DialectSelector selection, boolean comments)
-