Skip to content

SQL: Remove @Schema and @Table annotations #53

Closed
@timowest

Description

@timowest

@Schema and @table annotations are about to be removed from Querydsl SQL. The reasons are

  • having them as constructor parameters in RelationalPath implementations puts them in the right place and makes dynamic RelationalPath usage easier
  • as @column annotations in Bean types are now also optional, Bean types become now annotationless (clean)
  • it separates metadata in RelationalPath cleanly from the Bean projection types

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