mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
README
This commit is contained in:
parent
3d0e3a8c6f
commit
11dc583619
@ -24,7 +24,7 @@ for your database schema. No modifications required to your existing code (well,
|
||||
|
||||
**Supported JPA annotations**
|
||||
|
||||
* Core: @Entity, @Table, @Column, @Lob, @Id
|
||||
* Core: @Entity, @Table, @Column, @Lob, @Id, @GeneratedValue
|
||||
* Relationships: @OneToMany, @ManyToOne, @ManyToMany, @OneToOne
|
||||
|
||||
The behaviour you specify with these annotations should be applied automatically by Spring Boot Database Admin as well. Keep in mind that using non-supported annotations will not necessarily result in an error, as they are simply ignored. Depending on what the annotation actually does, this could be just fine or result in an error if it interferes with something that Spring Boot Database Admin relies on.
|
||||
@ -35,7 +35,7 @@ These are the supported types for fields inside your `@Entity` classes (excludin
|
||||
|
||||
* Double, Float, Integer, Short, Byte, Character, BigDecimal, BigInteger
|
||||
* Boolean
|
||||
* String
|
||||
* String, UUID
|
||||
* Date, LocalDate, LocalDateTime, OffsetDateTime
|
||||
* byte[]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user