Thomas Darimont
65cef4132d
#66 - Added JPA example for using Java 8 Streams with a derived query.
...
This example demonstrates the usage of Java 8 Stream as return type for derived queries.
2015-03-12 14:20:49 +01:00
Oliver Gierke
2c97493f9f
#62 - Added a section on the Stream usage to the README.
...
Original pull request: #63 .
2015-03-09 12:53:44 +01:00
Thomas Darimont
f5e6b3b6be
#62 - Add example for Java 8 Streams in JPA.
...
This example demonstrates streaming of results in JPA.
Original pull request: #63 .
2015-03-09 12:53:43 +01:00
Oliver Gierke
966d3c9e44
#59 - Upgraded to Spring Data Fowler RC1.
2015-03-09 12:53:42 +01:00
Oliver Gierke
a865425657
#45 - Polished POM for JPA Java 8 module.
2015-03-09 12:53:42 +01:00
Oliver Gierke
0abc0dc3b1
#45 - Adapt to type moves of JSR-310 attribute converters.
2015-01-08 09:42:29 +01:00
Oliver Gierke
7f3339a610
#45 - Removed Jadira user types in favor of new JPA 2.1 AttributeConverters.
...
We now activate the JSR-310 AttributeConverters shipped with Spring Data JPA 1.8. Removed the dependency to Jadira user types and switch to non-time-zoned Java 8 LocalDateTime.
Original pull request: #46 .
2015-01-04 18:09:14 +01:00
Oliver Gierke
e953f6d5e5
#45 - Temporarily add required Spring Data JPA dependencies.
2014-12-30 19:19:35 +01:00
Oliver Gierke
7473831b41
Upgraded to Spring Data Evans RC1.
...
Move to Java 8 entirely.
2014-08-13 18:14:17 +02:00
Oliver Gierke
d1623673d8
Polishing of CustomerRepository in JPA Java 8 sample project.
2014-07-22 06:33:18 +02:00
Oliver Gierke
d748923519
Added sample for invocation of JDK 8 default method on a repository.
2014-07-07 16:08:05 +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
410f408f47
Upgraded Java 8 DateTime example to use Jadira UserTypes.
...
Upgraded to Jadira Usertypes 3.2 to be able tu use Hibernate-specific UserType to make sure JDK 8 date/time types get converted into appropriate SQL types by the persistence provider.
2014-05-06 14:38:58 +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