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