Uses of Enum Class
org.mybatis.generator.internal.db.DatabaseDialects
Packages that use DatabaseDialects
-
Uses of DatabaseDialects in org.mybatis.generator.internal.db
Methods in org.mybatis.generator.internal.db that return DatabaseDialectsModifier and TypeMethodDescriptionstatic DatabaseDialectsDatabaseDialects.getDatabaseDialect(String database) Gets the database dialect.static DatabaseDialectsReturns the enum constant of this class with the specified name.static DatabaseDialects[]DatabaseDialects.values()Returns an array containing the constants of this enum class, in the order they are declared.