-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* experimentation with spring data jdbc * fixed database in pom.xml for jdbc module * finished implementation of QuerydslJdbcRepository * added query type as a generic parameter to QuerydslJdbcRepository added reflective resolution of parameter * changed constructor resolution to use spring data jdbc infrastructure * added javadoc to QuerydslJdbcRepository * refactoring of jdbc tests * updated README.md * updated README.md * updated README.md * bumped to 3.0.0-SNAPSHOT * updated README.md breaking changes section * renamed CustomNamingStrategy to PascalCaseNamingStrategy
- Loading branch information
Showing
37 changed files
with
1,190 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.