mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
#593533 : fixed namingStrategy usage
This commit is contained in:
parent
9c26327d0b
commit
d35ebe68ff
@ -83,7 +83,7 @@ public class MetaDataSerializer extends EntitySerializer {
|
||||
if (!first){
|
||||
value.append(", ");
|
||||
}
|
||||
value.append(namingStrategy.getPropertyNameForPrimaryKey(column, model));
|
||||
value.append(namingStrategy.getPropertyName(column, namePrefix, model));
|
||||
first = false;
|
||||
}
|
||||
value.append(")");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user