This section covers the significant changes for each version.
-
Support for streaming results.
-
Support for specifying projection types as the return type or using generics and providing a Class parameter to query methods.
-
Page
andSlice
support for derived queries.
-
Dialect for Oracle databases.
-
Support for
@Value
in persistence constructors.
-
Optimistic Locking support.
-
Support for
PagingAndSortingRepository
. -
Full Support for H2.
-
All SQL identifiers know get quoted by default.
-
Missing columns no longer cause exceptions.
-
@Embedded
entities support. -
Store
byte[]
asBINARY
. -
Dedicated
insert
method in theJdbcAggregateTemplate
. -
Read only property support.