15 Commits

Author SHA1 Message Date
Francesco
c205e4948c Fixed 'step' attribute value for integer fields; Fixed handling of NumberFormatException 2023-10-27 12:03:44 +02:00
Francesco
2cfcf2a8d7 Refactored field type system and Enum support
In order to support the `Enum` field type the `DbFieldType` enum has been converted
to an abstract class with an implementation class for each database field type.
2023-10-24 13:29:58 +02:00
Francesco
4fb1782888 DisableExport annotation 2023-10-17 09:38:55 +02:00
Francesco
2fb76d445f JPA Validation WIP 2023-10-11 10:53:40 +02:00
Francesco
8b88475d8a WIP JPA Validation (TODO: show error messages on fields) 2023-10-10 17:53:45 +02:00
Francesco
7e7089ea72 @DisableDelete WIP 2023-10-06 12:46:11 +02:00
Francesco
4177bdcd43 - Small refactor to the rendering part for input fileds: each field now has its own Thymeleaf
fragment in order to allow easier customization and easier support for different field types (required for #7)
- WIP Handle unsupported types gracefully (#9)
2023-10-05 09:38:17 +02:00
Francesco
1d66169a43 Implemented scanning of multiple models packages (#3) 2023-10-02 09:19:14 +02:00
Francesco
c7258e9968 License header 2023-10-01 08:35:15 +02:00
Francesco
869e276fb4 Implemented @HiddenColumn 2023-09-30 20:44:52 +02:00
Francesco
1db41bad38 Changed default sorting to prioritize non-nullable fields 2023-09-30 11:19:21 +02:00
Francesco
5c5df5e2ba WIP 2023-09-30 08:38:07 +02:00
Francesco
9c15bb33e7 WIP 2023-09-28 14:43:12 +02:00
Francesco
1b4f91a168 0.1.2 2023-09-27 10:58:51 +02:00
Francesco
cdbad51641 0.1.0 2023-09-25 10:10:30 +02:00