Releases: chrisime/CRooD
Releases · chrisime/CRooD
Release v0.2.0
Changes in this release
- introduced kotlin generator
- share common code between java and kotlin generator
- removed test domain related generator
- cleanups and fixes
Release v0.1.1
Changes in this release
- return
Stream
instead ofSequence
infindAll*
methods - generate getter for optimistic locking related columns
Release v0.1.0
Changes in this release
- annotate getter for primary key with
@Transient
so it won't be serialized - don't generate getters for optimistic locking columns
CRooD-0.0.4
Changes in this release
- have all methods in CRUDService public now
- fixed bug while getting generic type arguments
One more time...
This should fix github workflow for publishing artifacts.
Streamlining....
Added missing headers and JavaDoc along with minor refactoring.