aileftech / snap-admin

A plug-and-play, auto-generated CRUD database admin panel for Spring Boot apps
MIT License
251 stars 18 forks source link

please suppport @jakarta.persistence.Transient attribute #44

Open Hypnos3 opened 4 months ago

Hypnos3 commented 4 months ago

Please ignore fields with attribute "@jakarta.persistence.Transient", because these are not database relevant.

Currently such fields are throw an error like:

Is the bug at startup before you perform any action? Yes

@Entity code /* the template of this workitem / @Nullable @NotAudited @jakarta.persistence.Transient @JsonProperty(access = JsonProperty.Access.READ_ONLY) private WorkItemTemplate template;