added migrations
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
- actually parse getter
|
||||
- resolve Predicate functions (not, and, or)
|
||||
- don't bind external vars in lambdas, instead make information (parameter and intercepted values) available in a context object
|
||||
- expose more stuff as result (e.g. accessed members/functions, ...)
|
||||
- cleanup exception handling
|
||||
- cleanup if else trees
|
||||
|
||||
## ModelBuilder
|
||||
- add registrable conversion types e.g. UUID, Date, Timestamp, Calendar, LocalTime, Instant,...
|
||||
@@ -22,6 +25,9 @@
|
||||
- field length
|
||||
- field precision
|
||||
- sql type
|
||||
- ignore() entity/field for db
|
||||
- object inlining
|
||||
- entity() with callback
|
||||
|
||||
## Annotations
|
||||
- db type
|
||||
|
||||
Reference in New Issue
Block a user