Closed
Description
@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
Labels
No labels