Uses of Package
com.feedzai.commons.sql.abstraction.engine.handler
-
Packages that use com.feedzai.commons.sql.abstraction.engine.handler Package Description com.feedzai.commons.sql.abstraction.dml.result Columns results implementations.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.com.feedzai.commons.sql.abstraction.engine.impl Database specific implementations.com.feedzai.commons.sql.abstraction.engine.impl.h2 com.feedzai.commons.sql.abstraction.engine.impl.mysql com.feedzai.commons.sql.abstraction.engine.impl.oracle com.feedzai.commons.sql.abstraction.engine.impl.postgresql -
Classes in com.feedzai.commons.sql.abstraction.engine.handler used by com.feedzai.commons.sql.abstraction.dml.result Class Description QueryExceptionHandler A handler that can be used to disambiguate the meaning of anSQLExceptionthrown when executing a JDBC method. -
Classes in com.feedzai.commons.sql.abstraction.engine.handler used by com.feedzai.commons.sql.abstraction.engine Class Description ExceptionHandler Interface to control the definition flow when defining new entities.OperationFault Enumeration for failed operations in the engine.QueryExceptionHandler A handler that can be used to disambiguate the meaning of anSQLExceptionthrown when executing a JDBC method. -
Classes in com.feedzai.commons.sql.abstraction.engine.handler used by com.feedzai.commons.sql.abstraction.engine.handler Class Description ExceptionHandler Interface to control the definition flow when defining new entities.OperationFault Enumeration for failed operations in the engine.OperationFault.Type The type of fault detected in the operation. -
Classes in com.feedzai.commons.sql.abstraction.engine.handler used by com.feedzai.commons.sql.abstraction.engine.impl Class Description QueryExceptionHandler A handler that can be used to disambiguate the meaning of anSQLExceptionthrown when executing a JDBC method. -
Classes in com.feedzai.commons.sql.abstraction.engine.handler used by com.feedzai.commons.sql.abstraction.engine.impl.h2 Class Description QueryExceptionHandler A handler that can be used to disambiguate the meaning of anSQLExceptionthrown when executing a JDBC method. -
Classes in com.feedzai.commons.sql.abstraction.engine.handler used by com.feedzai.commons.sql.abstraction.engine.impl.mysql Class Description QueryExceptionHandler A handler that can be used to disambiguate the meaning of anSQLExceptionthrown when executing a JDBC method. -
Classes in com.feedzai.commons.sql.abstraction.engine.handler used by com.feedzai.commons.sql.abstraction.engine.impl.oracle Class Description QueryExceptionHandler A handler that can be used to disambiguate the meaning of anSQLExceptionthrown when executing a JDBC method. -
Classes in com.feedzai.commons.sql.abstraction.engine.handler used by com.feedzai.commons.sql.abstraction.engine.impl.postgresql Class Description QueryExceptionHandler A handler that can be used to disambiguate the meaning of anSQLExceptionthrown when executing a JDBC method.