Browse Source
Table alias for embedded entity use prefix value from Embedded annotation. But default value for prefix is empty string. If try to create SqlIdentifier for empty string it throw exception. To avoid this behavior, if prefix is an empty string, property name for embedded entity is taken instead.2.2.x
3 changed files with 19 additions and 2 deletions
Loading…
Reference in new issue