Oliver Gierke
3f7616367c
#93 - Switched to RowMapper for Spring 4.2 compatibility.
...
ParameterizedRowMapper has been deprecated for a while and finally removed in Spring 4.2. We now use the simple parameterized RowMapper interface.
2015-06-02 07:53:50 +02:00
Oliver Gierke
b8e29431de
#73 - Added example how to customize all Spring Data repositories.
2015-05-05 18:08:10 +02:00
Oliver Gierke
797db3eece
#53 - Enable -parameters for compilation.
...
Removed obsolete @Param annotations from repository interfaces. Upgraded to Fowler snapshots for JPA 2.1 examples as we need a fix in derived stored procedure execution to work correctly.
Related issues: DATAJPA-681.
2015-02-27 19:26:37 +01:00
Eddú Meléndez
30386210c4
#39 - Added example of SpEL usage in manually defined JPA queries.
2014-12-05 20:10:02 +01:00
Thomas Darimont
f4266ac211
#15 - Added example for top/first keywords in repository methods.
2014-09-09 11:25:09 -05:00
Christoph Strobl
5af654a12a
#5 - Add sample for Slice usage.
...
Original pull request: #17 .
2014-09-09 11:05:38 -05:00
Christoph Strobl
caf5ba4edc
#5 - Add sample for derived deleteBy.
...
Original pull request: #14 .
2014-09-03 14:46:17 +02:00
Oliver Gierke
a3a1db24d0
Upgraded to Spring Boot 1.1.0.
2014-06-16 17:03:58 +02:00
Oliver Gierke
c3afe35d2f
Upgraded to Spring Data Dijkstra GA release.
2014-05-21 11:07:32 +02:00
Oliver Gierke
0ddb2ba0d6
Added showcase for JDK 8's Optional support on repository methods.
...
Abbreviated JPA sample module folder names. Renamed the Java 8 auditing sample module to Java 8 module as it not only contains samples for auditing anymore.
2014-04-22 14:48:00 +02:00