Spring Data JDBC Extensions Oracle


License

License

Categories

Categories

Data
GroupId

GroupId

org.springframework.data
ArtifactId

ArtifactId

spring-data-oracle
Last Version

Last Version

1.2.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Data JDBC Extensions Oracle
Spring Data JDBC Extensions Oracle
Project URL

Project URL

http://github.com/spring-projects/spring-data-jdbc-ext
Project Organization

Project Organization

Spring by Pivotal
Source Code Management

Source Code Management

http://github.com/spring-projects/spring-data-jdbc-ext

Download spring-data-oracle

How to add to project

<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-oracle/ -->
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-oracle</artifactId>
    <version>1.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-oracle/
implementation 'org.springframework.data:spring-data-oracle:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-oracle/
implementation ("org.springframework.data:spring-data-oracle:1.2.1.RELEASE")
'org.springframework.data:spring-data-oracle:jar:1.2.1.RELEASE'
<dependency org="org.springframework.data" name="spring-data-oracle" rev="1.2.1.RELEASE">
  <artifact name="spring-data-oracle" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-oracle', version='1.2.1.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-oracle" % "1.2.1.RELEASE"
[org.springframework.data/spring-data-oracle "1.2.1.RELEASE"]

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework.data : spring-data-jdbc-core jar 1.2.1.RELEASE
org.springframework : spring-tx jar 3.0.7.RELEASE
org.springframework : spring-core jar 3.0.7.RELEASE
org.springframework : spring-jms Optional jar 3.0.7.RELEASE
org.springframework : spring-jdbc jar 3.0.7.RELEASE
org.springframework : spring-context jar 3.0.7.RELEASE
org.springframework : spring-beans jar 3.0.7.RELEASE
org.springframework.retry : spring-retry jar 1.0.3.RELEASE
org.springframework : spring-oxm Optional jar 3.0.7.RELEASE

provided (7)

Group / Artifact Type Version
com.oracle.aq » oracle.aq jar 10.1.0.1
com.oracle.jdbc » oracle.jdbc jar 10.2.0.2
com.oracle.xdb » oracle.xdb jar 10.2.0.2
org.slf4j : jcl-over-slf4j jar 1.7.5
org.slf4j : slf4j-api jar 1.7.5
javax.jms : jms-api jar 1.1-rev-1
com.oracle.xml » oracle.xml jar 10.2.0.2

Project Modules

There are no modules declared in this project.

NOTICE: This project has been archived as of March 27th, 2019. There will be no maintenance or new development going forward.

Spring Data JDBC Extensions for the Oracle database

The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.

There are still many good uses for a relational database and this modules provides an improved programming model for working with legacy and advanced features of the Oracle database.

Docs

You can find out more details from the user documentation or by browsing the javadocs.

Artifacts

All you need to do to include the project in your project is shown on the project page

Building

NOTE: Before you build the project you will need to download the necessary Oracle jars and import them into your local Maven repository. See spring-data-oracle/README.txt for more details on how to obtain and install these jars.

For building the project you should use Java SDK version 1.7.

Spring Data JDBC Extensions uses Gradle as its build system. To build the project run:

./gradlew build

from the project root folder. This will compile the sources, run the tests and create the artifacts.

To generate IDE-specific files, use

./gradlew eclipse

or

./gradlew idea

depending on your editor.

Contributing

Here are some ways for you to get involved in the community:

  • Get involved with the Spring community by helping out on stackoverflow by responding to questions and joining the debate.
  • Create GitHub issues for bugs and new features and comment and vote on the ones that you are interested in.
  • Github is for social coding: if you want to write code, we encourage contributions through pull requests from forks of this repository. If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
  • Watch for upcoming articles on Spring by subscribing to spring.io

Before we accept a non-trivial patch or pull request we will need you to sign the contributor's agreement. Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

org.springframework.data

Spring

Versions

Version
1.2.1.RELEASE
1.2.0.RELEASE
1.1.0.RELEASE
1.0.0.RELEASE