Skip to content

@EdmAlias does not work #240

@DimitarTanev87

Description

@DimitarTanev87

I added @EdmAlias annotation with name = "RandomName" on a field in my entity class:
...
@EdmAlias(name = "RandomName")
@column(name = "type", nullable = false)
private String type;
...

but the response still contains Type:
...
Property Name="Type" Type="Edm.String" Nullable="false" MaxLength="255"/
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions