Skip to content

If table name is a java keyword, querydsl-maven-plugin generates invalid java. #1315

@denisrobert

Description

@denisrobert

For example, if a table is named "class", QClass.java will have the following line:

public static final QClass class = new QClass("class");

which is obviously illegal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions