Spring Data - JDBC Extensions
Spring Data JDBC Extensions is part of the umbrella Spring Data project which provides support for writing JDBC based applications. The bulk of the support is made up of code ported from the SpringSource project "Advanced Pack for Oracle Database" that was available for support subscription customers. We are now making this code available to all Spring users and any new developments will be made in the Spring Data JDBC Extensions project. There is also support for using the QueryDSL SQL module to provide type-safe query, insert, update and delete functionality. Spring Data JDBC Extensions is part of the umbrella Spring Data project which provides support for writing JDBC based applications. The bulk of the support is made up of code ported from the SpringSource project "Advanced Pack for Oracle Database" that was available for support subscription customers. We are now making this code available to all Spring users and any new developments will be made in the Spring Data JDBC Extensions project. There is also support for using the QueryDSL SQL module to provide type-safe query, insert, update and delete functionality.
http://www.springsource.com/download/community?project=Spring%20Data%20JDBC
#maven
FeaturesCore
Oracle
Latest News
Resources
Maven ArtifactsHere is the Spring Release Repository: <repository> <id>spring-release</id> <name>Spring RELEASE Repository</name> <url>http://repo.springsource.org/libs-release</url> </repository> Here is the dependency: <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-oracle</artifactId> <version>1.0.0.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-jdbc-core</artifactId> <version>1.0.0.RELEASE</version> </dependency>
|
Quick Jump
DocumentationReference Manual (HTML | PDF)
Other ResourcesSource Code Browsing (Fisheye)
Related Discussions
|




