Uses of Package
com.feedzai.commons.sql.abstraction.engine
-
Packages that use com.feedzai.commons.sql.abstraction.engine Package Description com.feedzai.commons.sql.abstraction.batch Contains a batch to periodically flushes to the database.com.feedzai.commons.sql.abstraction.dml Contains classes to build DML statements.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.exceptions -
Classes in com.feedzai.commons.sql.abstraction.engine used by com.feedzai.commons.sql.abstraction.batch Class Description DatabaseEngine Interface with the specific database implementation.DatabaseEngineException RepresentsAbstractDatabaseEngineexceptions. -
Classes in com.feedzai.commons.sql.abstraction.engine used by com.feedzai.commons.sql.abstraction.dml Class Description AbstractTranslator Abstract translator to be extended by specific implementations. -
Classes in com.feedzai.commons.sql.abstraction.engine used by com.feedzai.commons.sql.abstraction.dml.result Class Description DatabaseEngineException RepresentsAbstractDatabaseEngineexceptions.DatabaseEngineRuntimeException To be thrown when faults happen during regular database operations. -
Classes in com.feedzai.commons.sql.abstraction.engine used by com.feedzai.commons.sql.abstraction.engine Class Description AbstractTranslator Abstract translator to be extended by specific implementations.ConnectionResetException Exceptions to be thrown when Connection Reset cannot be performed.DatabaseEngine Interface with the specific database implementation.DatabaseEngineDriver Utility Enumeration to access default information for Database Vendors.DatabaseEngineException RepresentsAbstractDatabaseEngineexceptions.DatabaseEngineRuntimeException To be thrown when faults happen during regular database operations.DatabaseFactory.PdbModule Module that enables dependency injection in PDB.DatabaseFactory.PdbModule.Builder Builder to create immutable instances ofDatabaseFactory.PdbModule.DatabaseFactoryException Exceptions related withDatabaseFactory.DuplicateEngineException To be thrown if it is not possible to duplicate a connection.MappedEntity Mapped entity contains information about an entity that has been mapped using the engine.NameAlreadyExistsException Exceptions related withNameAlreadyExistsException.RecoveryException Exceptions related withRecoveryException.RetryLimitExceededException RepresentsRetryLimitExceededExceptionexceptions. -
Classes in com.feedzai.commons.sql.abstraction.engine used by com.feedzai.commons.sql.abstraction.engine.handler Class Description DatabaseEngineException RepresentsAbstractDatabaseEngineexceptions. -
Classes in com.feedzai.commons.sql.abstraction.engine used by com.feedzai.commons.sql.abstraction.engine.impl Class Description AbstractDatabaseEngine Provides a set of functions to interact with the database.AbstractTranslator Abstract translator to be extended by specific implementations.ConnectionResetException Exceptions to be thrown when Connection Reset cannot be performed.DatabaseEngine Interface with the specific database implementation.DatabaseEngineException RepresentsAbstractDatabaseEngineexceptions.MappedEntity Mapped entity contains information about an entity that has been mapped using the engine.NameAlreadyExistsException Exceptions related withNameAlreadyExistsException. -
Classes in com.feedzai.commons.sql.abstraction.engine used by com.feedzai.commons.sql.abstraction.exceptions Class Description DatabaseEngineException RepresentsAbstractDatabaseEngineexceptions.DatabaseEngineRuntimeException To be thrown when faults happen during regular database operations.