Skip to content

1.0.0-M3

Pre-release
Pre-release
Compare
Choose a tag to compare
@KyleAure KyleAure released this 23 Feb 17:17
· 1121 commits to main since this 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

Full Changelog: 1.0.0-M2...1.0.0-M3