Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jdbc.core Classes and Interfaces - 86 results found.
NameDescriptionTypePackageFramework
AbstractInterruptibleBatchPreparedStatementSetterAbstract implementation of the InterruptibleBatchPreparedStatementSetterinterface, combining the check for available values and setting of thoseClassorg.springframework.jdbc.core.supportSpring MVC
AbstractJdbcCallAbstract class to provide base functionality for easy stored procedure callsbased on configuration options and database metadata.Classorg.springframework.jdbc.core.simpleSpring MVC
AbstractJdbcInsertAbstract class to provide base functionality for easy insertsbased on configuration options and database metadata.Classorg.springframework.jdbc.core.simpleSpring MVC
AbstractLobCreatingPreparedStatementCallbackAbstract PreparedStatementCallback implementation that manages a LobCreator.Classorg.springframework.jdbc.core.supportSpring MVC
AbstractLobStreamingResultSetExtractorAbstract ResultSetExtractor implementation that assumes streaming of LOB data.Classorg.springframework.jdbc.core.supportSpring MVC
AbstractSqlParameterSourceAbstract base class for SqlParameterSource implementations.Classorg.springframework.jdbc.core.namedparamSpring MVC
AbstractSqlTypeValueAbstract implementation of the SqlTypeValue interface, for convenientcreation of type values that are supposed to be passed into theClassorg.springframework.jdbc.core.supportSpring MVC
ArgumentPreparedStatementSetterSimple adapter for PreparedStatementSetter that applies a given array of arguments.Classorg.springframework.jdbc.coreSpring MVC
ArgumentTypePreparedStatementSetterSimple adapter for PreparedStatementSetter that appliesgiven arrays of arguments and JDBC argument types.Classorg.springframework.jdbc.coreSpring MVC
BatchPreparedStatementSetterBatch update callback interface used by the JdbcTemplate class.Interfaceorg.springframework.jdbc.coreSpring MVC
BatchUpdateUtilsGeneric utility methods for working with JDBC batch statements.Classorg.springframework.jdbc.coreSpring MVC
BeanPropertyRowMapperRowMapper implementation that converts a row into a new instanceof the specified mapped target class.Classorg.springframework.jdbc.coreSpring MVC
BeanPropertySqlParameterSourceSqlParameterSource implementation that obtains parameter valuesfrom bean properties of a given JavaBean object.Classorg.springframework.jdbc.core.namedparamSpring MVC
CallableStatementCallbackGeneric callback interface for code that operates on a CallableStatement.Interfaceorg.springframework.jdbc.coreSpring MVC
CallableStatementCreatorOne of the three central callback interfaces used by the JdbcTemplate class.Interfaceorg.springframework.jdbc.coreSpring MVC
CallableStatementCreatorFactoryHelper class that efficiently creates multiple CallableStatementCreatorobjects with different parameters based on a SQL statement and a singleClassorg.springframework.jdbc.coreSpring MVC
CallMetaDataContextClass to manage context metadata used for the configuration and execution of the call.Classorg.springframework.jdbc.core.metadataSpring MVC
CallMetaDataProviderInterface specifying the API to be implemented by a class providing call metadata.Interfaceorg.springframework.jdbc.core.metadataSpring MVC
CallMetaDataProviderFactoryFactory used to create a CallMetaDataProvider implementationbased on the type of database being used.Classorg.springframework.jdbc.core.metadataSpring MVC
CallParameterMetaDataHolder of metadata for a specific parameter that is used for call processing.Classorg.springframework.jdbc.core.metadataSpring MVC
ColumnMapRowMapperRowMapper implementation that creates a java.Classorg.springframework.jdbc.coreSpring MVC
ConnectionCallbackGeneric callback interface for code that operates on a JDBC Connection.Interfaceorg.springframework.jdbc.coreSpring MVC
Db2CallMetaDataProviderDB2 specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
DerbyCallMetaDataProviderDerby specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
DerbyTableMetaDataProviderThe Derby specific implementation of the TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
DisposableSqlTypeValueSubinterface of SqlTypeValue that adds a cleanup callback,to be invoked after the value has been set and the correspondingInterfaceorg.springframework.jdbc.coreSpring MVC
EmptySqlParameterSourceA simple empty implementation of the SqlParameterSource interface.Classorg.springframework.jdbc.core.namedparamSpring MVC
GenericCallMetaDataProviderGeneric implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
GenericTableMetaDataProviderA generic implementation of the TableMetaDataProvider that should provideenough features for all supported databases.Classorg.springframework.jdbc.core.metadataSpring MVC
HanaCallMetaDataProviderSAP HANA specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
HsqlTableMetaDataProviderThe HSQL specific implementation of TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
InterruptibleBatchPreparedStatementSetterExtension of the BatchPreparedStatementSetter interface,adding a batch exhaustion check.Interfaceorg.springframework.jdbc.coreSpring MVC
JdbcBeanDefinitionReaderBean definition reader that reads values from a database table,based on a given SQL statement.Classorg.springframework.jdbc.core.supportSpring MVC
JdbcDaoSupportConvenient super class for JDBC-based data access objects.Classorg.springframework.jdbc.core.supportSpring MVC
JdbcOperationsInterface specifying a basic set of JDBC operations.Interfaceorg.springframework.jdbc.coreSpring MVC
JdbcTemplateThis is the central class in the JDBC core package.Classorg.springframework.jdbc.coreSpring MVC
MapSqlParameterSourceSqlParameterSource implementation that holds a given Map of parameters.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterBatchUpdateUtilsGeneric utility methods for working with JDBC batch statements using named parameters.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcDaoSupportExtension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcOperationsInterface specifying a basic set of JDBC operations allowing the useof named parameters rather than the traditional '?' placeholders.Interfaceorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcTemplateTemplate class with a basic set of JDBC operations, allowing the useof named parameters rather than traditional '?' placeholders.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterUtilsHelper methods for named parameter parsing.Classorg.springframework.jdbc.core.namedparamSpring MVC
OracleCallMetaDataProviderOracle specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
OracleTableMetaDataProviderOracle-specific implementation of the TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
ParameterDisposerInterface to be implemented by objects that can close resourcesallocated by parameters like SqlLobValues.Interfaceorg.springframework.jdbc.coreSpring MVC
ParameterizedPreparedStatementSetterParameterized callback interface used by the JdbcTemplate class forThis interface sets values on a PreparedStatement providedInterfaceorg.springframework.jdbc.coreSpring MVC
ParameterMapperon the connection.Interfaceorg.springframework.jdbc.coreSpring MVC
ParsedSqlHolds information about a parsed SQL statement.Classorg.springframework.jdbc.core.namedparamSpring MVC
PostgresCallMetaDataProviderOracle specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
PostgresTableMetaDataProviderThe PostgreSQL specific implementation of TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
PreparedStatementCallbackGeneric callback interface for code that operates on a PreparedStatement.Interfaceorg.springframework.jdbc.coreSpring MVC
PreparedStatementCreatorOne of the two central callback interfaces used by the JdbcTemplate class.Interfaceorg.springframework.jdbc.coreSpring MVC
PreparedStatementCreatorFactoryHelper class that efficiently creates multiple PreparedStatementCreatorobjects with different parameters based on a SQL statement and a singleClassorg.springframework.jdbc.coreSpring MVC
PreparedStatementSetterGeneral callback interface used by the JdbcTemplate class.Interfaceorg.springframework.jdbc.coreSpring MVC
ResultSetExtractorCallback interface used by JdbcTemplate's query methods.Interfaceorg.springframework.jdbc.coreSpring MVC
ResultSetSupportingSqlParameterCommon base class for ResultSet-supporting SqlParameters likeSqlOutParameter and SqlReturnResultSet.Classorg.springframework.jdbc.coreSpring MVC
RowCallbackHandlerAn interface used by JdbcTemplate for processing rows of aResultSet on a per-row basis.Interfaceorg.springframework.jdbc.coreSpring MVC
RowCountCallbackHandlerAn instance can only be used once.Classorg.springframework.jdbc.coreSpring MVC
RowMapperAn interface used by JdbcTemplate for mapping rows of aResultSet on a per-row basis.Interfaceorg.springframework.jdbc.coreSpring MVC
RowMapperResultSetExtractorAdapter implementation of the ResultSetExtractor interface that delegatesto a RowMapper which is supposed to create an object for each row.Classorg.springframework.jdbc.coreSpring MVC
SimpleJdbcCallA SimpleJdbcCall is a multi-threaded, reusable object representing a callto a stored procedure or a stored function.Classorg.springframework.jdbc.core.simpleSpring MVC
SimpleJdbcCallOperationsInterface specifying the API for a Simple JDBC Call implemented by SimpleJdbcCall.Interfaceorg.springframework.jdbc.core.simpleSpring MVC
SimpleJdbcInsertA SimpleJdbcInsert is a multi-threaded, reusable object providing easy insertcapabilities for a table.Classorg.springframework.jdbc.core.simpleSpring MVC
SimpleJdbcInsertOperationsInterface specifying the API for a Simple JDBC Insert implemented by SimpleJdbcInsert.Interfaceorg.springframework.jdbc.core.simpleSpring MVC
SingleColumnRowMapperRowMapper implementation that converts a single column into a singleresult value per row.Classorg.springframework.jdbc.coreSpring MVC
SqlInOutParameterSubclass of SqlOutParameter to represent an INOUT parameter.Classorg.springframework.jdbc.coreSpring MVC
SqlLobValueObject to represent an SQL BLOB/CLOB value parameter.Classorg.springframework.jdbc.core.supportSpring MVC
SqlOutParameterSubclass of SqlParameter to represent an output parameter.Classorg.springframework.jdbc.coreSpring MVC
SqlParameterObject to represent a SQL parameter definition.Classorg.springframework.jdbc.coreSpring MVC
SqlParameterSourceInterface that defines common functionality for objects that canoffer parameter values for named SQL parameters, serving as argumentInterfaceorg.springframework.jdbc.core.namedparamSpring MVC
SqlParameterSourceUtilsClass that provides helper methods for the use of SqlParameterSourcewith SimpleJdbc classes.Classorg.springframework.jdbc.core.namedparamSpring MVC
SqlParameterValueObject to represent a SQL parameter value, including parameter metadatasuch as the SQL type and the scale for numeric values.Classorg.springframework.jdbc.coreSpring MVC
SqlProviderInterface to be implemented by objects that can provide SQL strings.Interfaceorg.springframework.jdbc.coreSpring MVC
SqlReturnResultSetRepresents a returned ResultSet from a stored procedure call.Classorg.springframework.jdbc.coreSpring MVC
SqlReturnTypeInterface to be implemented for retrieving values for more complex database-specifictypes not supported by the standard CallableStatement.Interfaceorg.springframework.jdbc.coreSpring MVC
SqlReturnUpdateCountRepresents a returned update count from a stored procedure call.Classorg.springframework.jdbc.coreSpring MVC
SqlRowSetResultSetExtractorResultSetExtractor implementation that returns a Spring SqlRowSetrepresentation for each given ResultSet.Classorg.springframework.jdbc.coreSpring MVC
SqlServerCallMetaDataProviderSQL Server specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
SqlTypeValueInterface to be implemented for setting values for more complex database-specifictypes not supported by the standard setObject method.Interfaceorg.springframework.jdbc.coreSpring MVC
StatementCallbackGeneric callback interface for code that operates on a JDBC Statement.Interfaceorg.springframework.jdbc.coreSpring MVC
StatementCreatorUtilsUtility methods for PreparedStatementSetter/Creator and CallableStatementCreatorUsed by PreparedStatementCreatorFactory and CallableStatementCreatorFactory,Classorg.springframework.jdbc.coreSpring MVC
SybaseCallMetaDataProviderSybase specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
TableMetaDataContextClass to manage context metadata used for the configurationand execution of operations on a database table.Classorg.springframework.jdbc.core.metadataSpring MVC
TableMetaDataProviderInterface specifying the API to be implemented by a class providing table metedata.Interfaceorg.springframework.jdbc.core.metadataSpring MVC
TableMetaDataProviderFactoryFactory used to create a TableMetaDataProvider implementationbased on the type of database being used.Classorg.springframework.jdbc.core.metadataSpring MVC
TableParameterMetaDataHolder of metadata for a specific parameter that is used for table processing.Classorg.springframework.jdbc.core.metadataSpring MVC