This commit is contained in:
Francesco 2023-10-24 09:48:55 +02:00
parent 4435a8c7ef
commit e1a561938f

View File

@ -21,7 +21,7 @@ for your database schema. No modifications required to your existing code (well,
* Action logs: history of all write operations executed through the web UI * Action logs: history of all write operations executed through the web UI
* Advanced search and filtering * Advanced search and filtering
* Annotation-based customization * Annotation-based customization
* Data export (CSV, XLSX) * Data export (CSV, XLSX, JSONL)
* SQL console to run custom queries * SQL console to run custom queries
**Supported JPA annotations** **Supported JPA annotations**
@ -39,7 +39,7 @@ These are the supported types for fields inside your `@Entity` classes (excludin
* Double, Float, Integer, Short, Byte, Character, BigDecimal, BigInteger * Double, Float, Integer, Short, Byte, Character, BigDecimal, BigInteger
* Boolean * Boolean
* String, UUID * String, UUID
* Date, LocalDate, LocalDateTime, OffsetDateTime * Date, LocalDate, LocalDateTime, OffsetDateTime, Instant
* byte[] * byte[]
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.