Skip to content

Modify the Annotation-Processor to generate the Type for the RelationIdentity #47

@Mom0aut

Description

@Mom0aut

Currently the RelationIdentity has to be implemented manually, it should be possible to generate the getType() via the Annotation-Processor

@Override
public String getType() {
        return "PersonType";
}

The Type could be just the EntityName + Type like at the example PersonEntity would be PersonType

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeatureNew Featurehelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions