Skip to content

Commit 806bb24

Browse files
schaudergregturn
authored andcommitted
DATAJDBC-123 - MyBatis integration on DbAction level.
If MyBatis-spring is available and a SqlSessionFactory in the Application Context we look for matching mapped sql statements instead of using the default generated SQL. Introduced DataAccessStrategy as a new abstraction level, operating on a single entity. JdbcEntityOperations only contain operations related to complete Aggregates. Thereby also solving DATAJDBC-132. Integration tests ending in HsqlIntegrationTest will only get executed using HsqlDb. Related issue: DATAJDBC-132.
1 parent fd2ae05 commit 806bb24

30 files changed

+2013
-568
lines changed

README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This means that it does rather little out of the box. But it offers plenty of pl
2222

2323
=== Fast running tests
2424

25-
Fast running tests can executed with a simple
25+
Fast running tests can executed with a simple
2626

2727
[source]
2828
----
@@ -44,8 +44,9 @@ This will also execute the unit tests.
4444

4545
Currently the following _databasetypes_ are available:
4646

47-
* hsql (default, does not need to be running)
47+
* hsql (default, does not require a running database)
4848
* mysql
49+
* postgres
4950

5051
=== Run tests with all databases
5152

@@ -65,4 +66,4 @@ Here are some ways for you to get involved in the community:
6566
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from http://help.github.com/forking/[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.
6667
* Watch for upcoming articles on Spring by http://spring.io/blog[subscribing] to spring.io.
6768

68-
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License 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. If you forget to do so, you'll be reminded when you submit a pull request. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
69+
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License 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. If you forget to do so, you'll be reminded when you submit a pull request. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

0 commit comments

Comments
 (0)