1.0.0-M3
Pre-release
Pre-release
What's Changed
Changed
- Updated specification to allow for deleteAll() with no parameters to be valid
- Changed the default count() method to be countBy()
- Introduced
@Delete
annotation to the default deleteAll() method - Restricted
@Update
and@Delete
return types for numeric types to only int and long - Re-introduced static metamodel
- Include the Find annotation
- Rename Pageable to PageRequest
- Define the Sort and Pageable as parameterized
Added
- Include FindAll method with pagination at BasicRepository
Removed
- Remove the PageableRepository interface
New Contributors
- @geertschuring made their first contribution in #197
- @gavinking made their first contribution in #273
@github-actions
made their first contribution in #445
Full Changelog: 1.0.0-M2...1.0.0-M3