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.
|
Modifier and Type | Field and Description |
---|---|
protected ExceptionHandler |
AbstractDatabaseEngine.eh
The exception handler to control the flow when defining new entities.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseEngine.setExceptionHandler(ExceptionHandler eh)
Sets the given exception handler in the engine.
|
void |
AbstractDatabaseEngine.setExceptionHandler(ExceptionHandler eh) |
Modifier and Type | Field and Description |
---|---|
static ExceptionHandler |
ExceptionHandler.DEFAULT
Default exception handler that doesn't stop the definition flow
in any case.
|
Copyright © 2014 Feedzai. All Rights Reserved.