Uses of Interface
com.feedzai.commons.sql.abstraction.engine.handler.ExceptionHandler
-
Packages that use ExceptionHandler 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 ExceptionHandler in com.feedzai.commons.sql.abstraction.engine
Fields in com.feedzai.commons.sql.abstraction.engine declared as ExceptionHandler Modifier and Type Field Description protected ExceptionHandlerAbstractDatabaseEngine. ehThe exception handler to control the flow when defining new entities.Methods in com.feedzai.commons.sql.abstraction.engine with parameters of type ExceptionHandler Modifier and Type Method Description voidAbstractDatabaseEngine. setExceptionHandler(ExceptionHandler eh)voidDatabaseEngine. setExceptionHandler(ExceptionHandler eh)Sets the given exception handler in the engine. -
Uses of ExceptionHandler in com.feedzai.commons.sql.abstraction.engine.handler
Fields in com.feedzai.commons.sql.abstraction.engine.handler declared as ExceptionHandler Modifier and Type Field Description static ExceptionHandlerExceptionHandler. DEFAULTDefault exception handler that doesn't stop the definition flow in any case.
-