Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please suppport @jakarta.persistence.Transient attribute #44

Open
Hypnos3 opened this issue Apr 23, 2024 · 0 comments
Open

please suppport @jakarta.persistence.Transient attribute #44

Hypnos3 opened this issue Apr 23, 2024 · 0 comments

Comments

@Hypnos3
Copy link

Hypnos3 commented Apr 23, 2024

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 template of type WorkItemTemplate, which is not supported
  • The class contains the field state of type WorkItemState, 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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant