Uses of Enum
io.ebean.config.dbplatform.DataErrorType
Packages that use DataErrorType
-
Uses of DataErrorType in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform that return DataErrorTypeModifier and TypeMethodDescriptionstatic DataErrorType
Returns the enum constant of this type with the specified name.static DataErrorType[]
DataErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in io.ebean.config.dbplatform with type arguments of type DataErrorTypeModifierConstructorDescriptionCreate given the map of SQLState codes to error types.