This commit is contained in:
Francesco 2023-10-08 11:36:27 +02:00
parent 68a8d64f35
commit 0282441e44

View File

@ -28,7 +28,7 @@ The behaviour you specify with these annotations should be applied automatically
**Supported field types** **Supported field types**
These are the supported types for fields inside your `@Entity` classes (excluding fields for relationships to other entities). Fields with unsupported types are ignored, but functionality may be limited; refer to the [documentation][https://aileftech.github.io/spring-boot-database-admin/index.html#supported-field-types] for more information. These are the supported types for fields inside your `@Entity` classes (excluding fields for relationships to other entities). Fields with unsupported types are ignored, but functionality may be limited; refer to the [documentation][https://aileftech.github.io/spring-boot-database-admin/index.html#supported-field-types] for more information.
* Double, Integer, Short, Float, BigDecimal, BigInteger * Double, Float, Integer, Short, Byte, Character, BigDecimal, BigInteger
* Boolean * Boolean
* String * String
* Date, LocalDate, LocalDateTime, OffsetDateTime * Date, LocalDate, LocalDateTime, OffsetDateTime