Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jdbc.support Classes and Interfaces - 67 results found.
NameDescriptionTypePackageFramework
AbstractColumnMaxValueIncrementerAbstract base class for DataFieldMaxValueIncrementer implementations that usea column in a custom sequence table.Classorg.springframework.jdbc.support.incrementerSpring MVC
AbstractDataFieldMaxValueIncrementerBase implementation of DataFieldMaxValueIncrementer that delegatesto a single getNextKey() template method that returns a long.Classorg.springframework.jdbc.support.incrementerSpring MVC
AbstractFallbackSQLExceptionTranslatorBase class for SQLExceptionTranslator implementations that allow forfallback to some other SQLExceptionTranslator.Classorg.springframework.jdbc.supportSpring MVC
AbstractIdentityColumnMaxValueIncrementerAbstract base class for DataFieldMaxValueIncrementer implementationswhich are based on identity columns in a sequence-like table.Classorg.springframework.jdbc.support.incrementerSpring MVC
AbstractLobHandlerAbstract base class for LobHandler implementations.Classorg.springframework.jdbc.support.lobSpring MVC
AbstractSequenceMaxValueIncrementerAbstract base class for DataFieldMaxValueIncrementer implementations that usea database sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
C3P0NativeJdbcExtractorC3P0 connection pool.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
CommonsDbcpNativeJdbcExtractorApache Commons DBCP connection pool, version 1.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
CustomSQLErrorCodesTranslationJavaBean for holding custom JDBC error codes translation for a particulardatabase.Classorg.springframework.jdbc.supportSpring MVC
CustomSQLExceptionTranslatorRegistrarRegistry for registering custom SQLExceptionTranslatorinstances for specific databases.Classorg.springframework.jdbc.supportSpring MVC
CustomSQLExceptionTranslatorRegistryRegistry for custom SQLExceptionTranslator instances associated withspecific databases allowing for overriding translation based on values contained in the configuration fileClassorg.springframework.jdbc.supportSpring MVC
DatabaseMetaDataCallbackA callback interface used by the JdbcUtils class.Interfaceorg.springframework.jdbc.supportSpring MVC
DatabaseStartupValidatorBean that checks if a database has already started up.Classorg.springframework.jdbc.supportSpring MVC
DataFieldMaxValueIncrementerInterface that defines contract of incrementing any data store field'smaximum value.Interfaceorg.springframework.jdbc.support.incrementerSpring MVC
DB2MainframeSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given sequenceon DB2/390 or DB2/400.Classorg.springframework.jdbc.support.incrementerSpring MVC
DB2SequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given sequenceon DB2 UDB (for Unix and Windows).Classorg.springframework.jdbc.support.incrementerSpring MVC
DefaultLobHandlerDefault implementation of the LobHandler interface.Classorg.springframework.jdbc.support.lobSpring MVC
DerbyMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given Derby tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
GeneratedKeyHolderDefault implementation of the KeyHolder interface, to be used forholding auto-generated keys (as potentially returned by JDBC insert statements).Classorg.springframework.jdbc.supportSpring MVC
H2SequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given H2 Database sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
HsqlMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given HSQL tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
HsqlSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
JBossNativeJdbcExtractorsupporting JBoss Application Server 3.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
Jdbc4NativeJdbcExtractorNativeJdbcExtractor implementation that delegates to JDBC 4.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
Jdbc4SqlXmlHandlerDefault implementation of the SqlXmlHandler interface.Classorg.springframework.jdbc.support.xmlSpring MVC
JdbcAccessorBase class for JdbcTemplate andother JDBC-accessing DAO helpers, defining common properties such asClassorg.springframework.jdbc.supportSpring MVC
JdbcUtilsGeneric utility methods for working with JDBC.Classorg.springframework.jdbc.supportSpring MVC
JtaLobCreatorSynchronizationCallback for resource cleanup at the end of a JTA transaction.Classorg.springframework.jdbc.support.lobSpring MVC
KeyHolderInterface for retrieving keys, typically used for auto-generated keysas potentially returned by JDBC insert statements.Interfaceorg.springframework.jdbc.supportSpring MVC
LobCreatorInterface that abstracts potentially database-specific creation of large binaryfields and large text fields.Interfaceorg.springframework.jdbc.support.lobSpring MVC
LobCreatorUtilsHelper class for registering a transaction synchronization for closinga LobCreator, preferring Spring transaction synchronization and fallingClassorg.springframework.jdbc.support.lobSpring MVC
LobHandlerAbstraction for handling large binary fields and large text fields inspecific databases, no matter if represented as simple types or Large OBjects.Interfaceorg.springframework.jdbc.support.lobSpring MVC
MetaDataAccessExceptionException indicating that something went wrong during JDBC metadata lookup.Classorg.springframework.jdbc.supportSpring MVC
MySQLMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given MySQL tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
NativeJdbcExtractorInterface for extracting native JDBC objects from wrapped objects coming fromconnection pools.Interfaceorg.springframework.jdbc.support.nativejdbcSpring MVC
NativeJdbcExtractorAdapterAbstract adapter class for the NativeJdbcExtractor interface,for simplified implementation of basic extractors.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
OracleJdbc4NativeJdbcExtractorA Jdbc4NativeJdbcExtractor which comes pre-configured for Oracle's JDBC driver,specifying the following vendor-specific API types for unwrapping:Classorg.springframework.jdbc.support.nativejdbcSpring MVC
OracleLobHandlerLobHandler implementation for Oracle databases.Classorg.springframework.jdbc.support.lobSpring MVC
OracleLobHandler .LobCallbackInternal callback interface for use with createLob.Interfaceorg.springframework.jdbc.support.lob.OracleLobHandlerSpring MVC
OracleSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given Oracle sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
PostgreSQLSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given PostgreSQL sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
ResultSetWrappingSqlRowSetThe default implementation of Spring's SqlRowSet interface, wrapping aResultSet, catching any SQLExceptions and translatingClassorg.springframework.jdbc.support.rowsetSpring MVC
ResultSetWrappingSqlRowSetMetaDataThe default implementation of Spring's SqlRowSetMetaData interface, wrappinga ResultSetMetaData instance, catching any SQLExceptionsClassorg.springframework.jdbc.support.rowsetSpring MVC
SimpleNativeJdbcExtractorA simple implementation of the NativeJdbcExtractor interface.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
SpringLobCreatorSynchronizationCallback for resource cleanup at the end of a Spring transaction.Classorg.springframework.jdbc.support.lobSpring MVC
SQLErrorCodesJavaBean for holding JDBC error codes for a particular database.Classorg.springframework.jdbc.supportSpring MVC
SQLErrorCodesFactoryFactory for creating SQLErrorCodes based on thedatabaseProductName taken from the DatabaseMetaData.Classorg.springframework.jdbc.supportSpring MVC
SQLErrorCodeSQLExceptionTranslatorMore precise than an implementation based on SQL state, but heavily vendor-specific.Classorg.springframework.jdbc.supportSpring MVC
SQLExceptionSubclassTranslatorSQLExceptionTranslator implementation which analyzes the specificSQLException subclass thrown by the JDBC driver.Classorg.springframework.jdbc.supportSpring MVC
SQLExceptionTranslatorStrategy interface for translating between SQLExceptionsand Spring's data access strategy-agnostic DataAccessExceptionInterfaceorg.springframework.jdbc.supportSpring MVC
SqlRowSetMirror interface for RowSet, representingdisconnected ResultSet data.Interfaceorg.springframework.jdbc.support.rowsetSpring MVC
SqlRowSetMetaDataMetadata interface for Spring's SqlRowSet, analogous to JDBC'sThe main difference to the standard JDBC ResultSetMetaData is that aInterfaceorg.springframework.jdbc.support.rowsetSpring MVC
SqlServerMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
SQLStateSQLExceptionTranslatorSQLExceptionTranslator implementation that analyzes the SQL state inthe SQLException based on the first two digits (the SQL state class).Classorg.springframework.jdbc.supportSpring MVC
SqlValueSimple interface for complex types to be set as statement parameters.Interfaceorg.springframework.jdbc.supportSpring MVC
SqlXmlFeatureNotImplementedExceptionException thrown when the underlying implementation does not support therequested feature of the API.Classorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlHandlerAbstraction for handling XML fields in specific databases.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlObjectMappingHandlerAbstraction for handling XML object mapping to fields in a database.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlValueSubinterface of SqlValuethat supports passing in XML data to specified column and adds aInterfaceorg.springframework.jdbc.support.xmlSpring MVC
SybaseAnywhereMaxValueIncrementerDataFieldMaxValueIncrementer that incrementsthe maximum value of a given Sybase SQL Anywhere tableClassorg.springframework.jdbc.support.incrementerSpring MVC
SybaseMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given Sybase tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
TemporaryLobCreatorLobCreator implementation based on temporary LOBs,using JDBC 4.Classorg.springframework.jdbc.support.lobSpring MVC
WebLogicNativeJdbcExtractorsupporting WebLogic Server 9.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
WebSphereNativeJdbcExtractorsupporting WebSphere Application Server 6.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
XmlBinaryStreamProviderInterface defining handling involved with providing OutputStreamSince:2.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
XmlCharacterStreamProviderInterface defining handling involved with providing WriterSince:2.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
XmlResultProviderInterface defining handling involved with providing ResultSince:2.Interfaceorg.springframework.jdbc.support.xmlSpring MVC