Uses of Class
com.feedzai.commons.sql.abstraction.engine.handler.OperationFault.Type
-
Packages that use OperationFault.Type Package Description com.feedzai.commons.sql.abstraction.engine.handler Contains a handler interface to control the definition flow. -
-
Uses of OperationFault.Type in com.feedzai.commons.sql.abstraction.engine.handler
Methods in com.feedzai.commons.sql.abstraction.engine.handler that return OperationFault.Type Modifier and Type Method Description OperationFault.TypeOperationFault. getType()Gets the fault type.static OperationFault.TypeOperationFault.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationFault.Type[]OperationFault.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.feedzai.commons.sql.abstraction.engine.handler with parameters of type OperationFault.Type Constructor Description OperationFault(String entity, OperationFault.Type type)Creates a new instance ofOperationFault.
-