Uses of Enum
io.ebean.config.dbplatform.DataErrorType
Packages that use DataErrorType
-
Uses of DataErrorType in io.ebean.config.dbplatform
Subclasses with type arguments of type DataErrorType in io.ebean.config.dbplatformModifier and TypeClassDescriptionenumSpecific persistence error types we wish to map.Methods in io.ebean.config.dbplatform that return DataErrorTypeModifier and TypeMethodDescriptionstatic DataErrorTypeReturns 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 DataErrorTypeModifierConstructorDescriptionSqlCodeTranslator(Map<String, DataErrorType> map) Create given the map of SQLState codes to error types.