This commit is contained in:
Francesco 2023-10-25 10:26:46 +02:00
parent 3183c810b7
commit ba7a0ce11d

View File

@ -22,7 +22,7 @@ for your database schema. No modifications required to your existing code (well,
* Advanced search and filtering * Advanced search and filtering
* Annotation-based customization * Annotation-based customization
* Data export (CSV, XLSX, JSONL) * Data export (CSV, XLSX, JSONL)
* SQL console to run custom queries * SQL console to run, save for later use and export results of custom SQL queries
**Supported JPA annotations** **Supported JPA annotations**
@ -41,6 +41,7 @@ These are the supported types for fields inside your `@Entity` classes (excludin
* String, UUID * String, UUID
* Date, LocalDate, LocalDateTime, OffsetDateTime, Instant * Date, LocalDate, LocalDateTime, OffsetDateTime, Instant
* byte[] * byte[]
* Enum
The code is still in a very early stage and it might not be robust if you use not-yet-supported JPA annotations and/or other custom configurations (e.g., custom naming strategy). If you find a bug with your settings, please report it as an issue and I will take a look at it. The code is still in a very early stage and it might not be robust if you use not-yet-supported JPA annotations and/or other custom configurations (e.g., custom naming strategy). If you find a bug with your settings, please report it as an issue and I will take a look at it.