added migrations

This commit is contained in:
wea_ondara
2022-09-08 15:58:20 +02:00
parent d532d92c0f
commit 6a1585f438
61 changed files with 1130 additions and 581 deletions

View File

@@ -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