Package | Description |
---|---|
org.springframework.jdbc.core |
Provides the core JDBC framework, based on JdbcTemplate
and its associated callback interfaces and helper objects.
|
org.springframework.jdbc.core.metadata |
Context metadata abstraction for the configuration and execution of a stored procedure call.
|
org.springframework.jdbc.core.simple |
Simplification layer over JdbcTemplate for Java 5 and above.
|
org.springframework.jdbc.support.lob |
Provides a stategy interface for Large OBject handling,
with implementations for various databases.
|
org.springframework.jdbc.support.nativejdbc |
Provides a mechanism for extracting native implementations of JDBC
interfaces from wrapper objects that got returned from connection pools.
|
Class and Description |
---|
NativeJdbcExtractor
Interface for extracting native JDBC objects from wrapped objects coming from
connection pools.
|
Class and Description |
---|
NativeJdbcExtractor
Interface for extracting native JDBC objects from wrapped objects coming from
connection pools.
|
Class and Description |
---|
NativeJdbcExtractor
Interface for extracting native JDBC objects from wrapped objects coming from
connection pools.
|
Class and Description |
---|
NativeJdbcExtractor
Interface for extracting native JDBC objects from wrapped objects coming from
connection pools.
|
Class and Description |
---|
Jdbc4NativeJdbcExtractor
NativeJdbcExtractor implementation that delegates to JDBC 4.0's
unwrap method, as defined by Wrapper . |
NativeJdbcExtractor
Interface for extracting native JDBC objects from wrapped objects coming from
connection pools.
|
NativeJdbcExtractorAdapter
Abstract adapter class for the
NativeJdbcExtractor interface,
for simplified implementation of basic extractors. |
Copyright © 2015. All rights reserved.