-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#117: More consistent column naming for subobject fields
Instead of the legacy YOJ 1.x and 2.x strategy that adds subobject column name as prefix for subobjects' column names **unless an explicit `Column#name()` annotation is set**, introduce two more consistent strategies: - Always add subobject column name as prefix (`ColumnNaming.RELATIVE`) - Never add subobject column name as prefix, treat subobject column as top-level (`ColumnNaming.ABSOLUTE`) with the more generally applicable `ColumnNaming.RELATIVE` strategy becoming the default in YOJ 3.0.
- Loading branch information
1 parent
7a6a38f
commit 3e9fdde
Showing
5 changed files
with
76 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters