snap-admin
snap-admin copied to clipboard
please suppport @jakarta.persistence.Transient attribute
Please ignore fields with attribute "@jakarta.persistence.Transient", because these are not database relevant.
Currently such fields are throw an error like:
- The class contains the field
templateof typeWorkItemTemplate, which is not supported - The class contains the field
stateof typeWorkItemState, which is not supported
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;