Skip to content

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

@ReneKuzica

Description

@ReneKuzica
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions