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

How to model Transient attribute of type java.util.List<java.lang.String> #454

Open
ReneKuzica opened this issue Mar 11, 2021 · 1 comment

Comments

@ReneKuzica
Copy link

ReneKuzica commented Mar 11, 2021

Overview of the issue

Enhancement:
allow to create a transient attribute of the specific data type, e.g,:
List<String>, Collection<MyInterface>, Map<MyKey, MyValue>
etc.

Expected Outcome
@Transient
private List<String> transAttribute;
Current Outcome
@Transient
private List transAttribute;
Steps to Reproduce(Only for bug reports)

add transient attribute into an entity with Data Type:
java.util.List<java.lang.String>

Model generator will remove <java.lang.String> from the source file.

Jeddict Version(s)

Jeddict 5.4.4
NetBeans 12.2
OpenJDK 15

@ReneKuzica
Copy link
Author

Test2.zip

@ReneKuzica ReneKuzica reopened this Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant