Oliver Gierke
9cb44b3166
#81 - Samples for new projection support for JPA and MongoDB.
2016-02-12 14:37:52 +01:00
Oliver Gierke
62b2d644cc
Updated dependencies and codebase for Querydsl 4.
2016-02-12 14:36:49 +01:00
Oliver Gierke
d9dfb81e12
#134 - Added example for using Optional as query method parameter.
...
Got rid of Guava dependency in favor of JDK 8's Optional. Upgraded basic JPA example to Spring Data Hopper to get access to the newly introduced functionality.
2015-10-07 19:50:49 +02:00
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