Uses of Class
com.feedzai.commons.sql.abstraction.engine.handler.OperationFault
-
Packages that use OperationFault Package Description com.feedzai.commons.sql.abstraction.engine Contains the database engine core.com.feedzai.commons.sql.abstraction.engine.handler Contains a handler interface to control the definition flow. -
-
Uses of OperationFault in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine with parameters of type OperationFault Modifier and Type Method Description protected voidAbstractDatabaseEngine. handleOperation(OperationFault opFault, Exception exception)Controls if the given faulty operation must be silenced or not. -
Uses of OperationFault in com.feedzai.commons.sql.abstraction.engine.handler
Methods in com.feedzai.commons.sql.abstraction.engine.handler with parameters of type OperationFault Modifier and Type Method Description booleanExceptionHandler. proceed(OperationFault op, Exception e)Decides if the flow must continue after a faulty operation take place.
-