Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Support for Oracle (9/10/11) #3

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Each DAO provides built-in support for:
* HSQLDB
* Derby
* MS SQL Server (2008, 2012)
* Oracle 10g / 11g (9i should work too)
* ...and most likely most of the others
* Easily extendable to other database dialects via [`SqlGenerator`](https://github.com/nurkiewicz/spring-data-jdbc-repository/blob/master/src/main/java/com/blogspot/nurkiewicz/jdbcrepository/sql/SqlGenerator.java) class.
* Easy retrieval of records by ID
Expand Down
Loading