diff --git a/.gitignore b/.gitignore index 017acc50a..dd9e6cddd 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ _site *.sw[op] .project sample-pages +Gem.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 53819a4fd..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,129 +0,0 @@ -GEM - remote: http://rubygems.org/ - specs: - activesupport (4.2.6) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - addressable (2.4.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.10.0) - colorator (0.1) - ethon (0.9.0) - ffi (>= 1.3.0) - execjs (2.7.0) - faraday (0.9.2) - multipart-post (>= 1.2, < 3) - ffi (1.9.13) - gemoji (2.1.0) - github-pages (86) - github-pages-health-check (= 1.1.0) - jekyll (= 3.1.6) - jekyll-coffeescript (= 1.0.1) - jekyll-feed (= 0.5.1) - jekyll-gist (= 1.4.0) - jekyll-github-metadata (= 2.0.2) - jekyll-mentions (= 1.1.3) - jekyll-paginate (= 1.1.0) - jekyll-redirect-from (= 0.10.0) - jekyll-sass-converter (= 1.3.0) - jekyll-seo-tag (= 2.0.0) - jekyll-sitemap (= 0.10.0) - jemoji (= 0.6.2) - kramdown (= 1.11.1) - liquid (= 3.0.6) - listen (= 3.0.6) - mercenary (~> 0.3) - rouge (= 1.11.1) - terminal-table (~> 1.4) - github-pages-health-check (1.1.0) - addressable (~> 2.3) - net-dns (~> 0.8) - octokit (~> 4.0) - public_suffix (~> 1.4) - typhoeus (~> 0.7) - html-pipeline (2.4.1) - activesupport (>= 2, < 5) - nokogiri (>= 1.4) - i18n (0.7.0) - jekyll (3.1.6) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-coffeescript (1.0.1) - coffee-script (~> 2.2) - jekyll-feed (0.5.1) - jekyll-gist (1.4.0) - octokit (~> 4.2) - jekyll-github-metadata (2.0.2) - jekyll (~> 3.1) - octokit (~> 4.0) - jekyll-mentions (1.1.3) - html-pipeline (~> 2.3) - jekyll (~> 3.0) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.10.0) - jekyll (>= 2.0) - jekyll-sass-converter (1.3.0) - sass (~> 3.2) - jekyll-seo-tag (2.0.0) - jekyll (~> 3.1) - jekyll-sitemap (0.10.0) - jekyll-watch (1.4.0) - listen (~> 3.0, < 3.1) - jemoji (0.6.2) - gemoji (~> 2.0) - html-pipeline (~> 2.2) - jekyll (>= 3.0) - json (1.8.3) - kramdown (1.11.1) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.6) - mini_portile2 (2.1.0) - minitest (5.9.0) - multipart-post (2.0.0) - net-dns (0.8.0) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) - octokit (4.3.0) - sawyer (~> 0.7.0, >= 0.5.3) - pkg-config (1.1.7) - public_suffix (1.5.3) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - rouge (1.11.1) - safe_yaml (1.0.4) - sass (3.4.22) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) - terminal-table (1.6.0) - thread_safe (0.3.5) - typhoeus (0.8.0) - ethon (>= 0.8.0) - tzinfo (1.2.2) - thread_safe (~> 0.1) - -PLATFORMS - ruby - -DEPENDENCIES - github-pages - rouge - -BUNDLED WITH - 1.12.5 diff --git a/_config.yml b/_config.yml index 4fa66a78b..05db16f6f 100644 --- a/_config.yml +++ b/_config.yml @@ -16,17 +16,17 @@ gems: ### The following properties will change on a project-by-project basis # Context path in the remote website (usually /), will be prepended to absolute URLs for static resources -baseurl: /gh-pages +baseurl: /spring-data-jdbc # Name of the project for display in places like page titles -name: Spring Framework +name: Spring Data JDBC # ID of the project in the metadata API at spring.io (if this is not a # valid project ID the javascript widgets in the home page will not work) -project: spring-framework +project: spring-data-jdbc # Project github URL -github_repo_url: http://github.com/spring-projects/spring-framework +github_repo_url: http://github.com/spring-projects/spring-data-jdbc # Project forum URL forum: http://forum.spring.io/forum/spring-projects/container diff --git a/index.html b/index.html new file mode 100644 index 000000000..5a4cccf56 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ +--- +title: Spring Data JDBC + +badges: +twitter: SpringData + +custom: +- name: Source (GitHub) +url: https://github.com/spring-projects/spring-data-jdbc +icon: github + +- name: Issues (JIRA) +url: http://jira.springsource.org/browse/DATAJDBC +icon: tracking + +- name: StackOverflow +url: http://stackoverflow.com/questions/tagged/spring-data-jdbc +icon: stackoverflow + +--- + + + +{% capture parent_link %} +[Spring Data]({{ site.projects_site_url }}/spring-data) +{% endcapture %} + +{% capture billboard_description %} + +Spring Data JDBC, part of the larger Spring + Data family, makes it easy to easily implement JDBC based +repositories. This module deals with enhanced support for JDBC based +data access layers. It makes it easier to build Spring-powered +applications that use data access technologies. + +{% endcapture %} + +{% capture main_content %} + +## This is NOT an ORM +Spring Data JDBC does not try to be an ORM. It is not a competitor to JPA. Instead it is more of a construction kit for your personal ORM that you can define the way you like or need it. + +This means that it does rather little out of the box. But it offers plenty of places where you can put your own logic, or integrate it with the technology of your choice for generating SQL statements. + +## The Aggregate Root +Spring Data repositories are inspired by the repository as described in the book Domain Driven Design by Eric Evans. One consequence of this is that you should have a repository per Aggregate Root. Aggregate Root is another concept from the same book and describes an entity which controls the lifecycle of other entities which together are an Aggregate. An Aggregate is a subset of your model which is consistent between method calls to your Aggregate Root. + +Spring Data JDBC tries its best to encourage modelling your domain along these ideas. + +## Features + +- CRUD operations for simple aggregates with customizable `NamingStrategy`. +- Support for `@Query` annotations. +- Support for MyBatis queries. +- Events. +- JavaConfig based repository configuration by introducing `@EnableJdbcRepositories`. + + + +## Quick Start + +{% include download_widget.md %} + +{% endcapture %} + +{% capture related_resources %} + +## Related Resources + +### Sample Projects + +* [Spring Data JDBC Examples](https://github.com/spring-projects/spring-data-examples/tree/master/jdbc) + +{% endcapture %} + +{% include project_page.html %} + \ No newline at end of file