Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Spring Data Repositories - A Deep Dive

Spring Data Repositories - A Deep Dive

Slides of my talk on Spring Data repositories at 33degree conference in Warszaw, Poland.

Oliver Drotbohm

March 14, 2013
Tweet

More Decks by Oliver Drotbohm

Other Decks in Programming

Transcript

  1. "e implementation of the persistence layer will be based on

    the Spring Data repositories abstraction. Customers can be saved, looked up by their id, email address.
  2. "As a user, I want to search for customers by

    firstname, lastname, email address and any combination of them
  3. Proxy mechanism Using Spring's JDK proxy support Bootstrap through Factory

    Spring FactroyBean / CDI XML namespace / @EnableRepositories
  4. Spring Data Modern Data Access For Enterprise Java NoSQL JPA

    JDBC Redis Big Data Hadoop HBase MongoDB Neo4j REST exporter Roo Hive Pig Querydsl Repositories Gemfire Splunk Free JPA chapter - http://bit.ly/sd-book-chapter