All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ASQLContext<T> Represents a generic ASQLContext.BatchPreparedStatementSetter Represents a batch update callback interface used by theDataTemplate
class.ContextScheduler Represents a scheduling behavior.DataSourceCredentials Represents the credentials for a connection to a data source.DataSourceCredentials.DataSourceCredentialsBuilder Represents a builder for creating an instance of DataSourceCredential.DataSourceHandler Represents the interaction logic for a data source.DataTemplate<T extends ASQLContext<?>> Represents the final interaction to a data source.DefaultBatchSetter DefaultCreator DefaultDataSourceHandler DefaultExtractor<T> DefaultSetter ParametrizedPreparedStatementSetter<T> Represents a callback interface used by theDataTemplate
class for executing batch updates.PreparedStatementCallback<T> Represents a callback interface for code that operates on a PreparedStatement.PreparedStatementCreator Represents a callback interface used by multiple methods of theDataTemplate
class.PreparedStatementSetter Represents a callback interface used byDataTemplate
.ResultSetExtractor<T> Represents a callback interface used byDataTemplate
's query methods.RowMapper<T> Represents an interface used to map rows of aResultSet
.StatementCallback<T> Represents a callback interface for SQL statements.Strategy Describes the behavior of aDataSourceHandler
implementation.Utils Convenient class for shared (and rewritable) behaviors among implementations.