- if a column holds association key, its type should be set to associated entity key type (currently, it is wrongly resolved as associated entity class in *-to-one and `java.util.String` in many-to-many associations)
- if a column holds part of embedded property, its type should be set to actual type of that part (currently resolved as embeded property class itself)
|
|