mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1849 - JoinColumn not found when using @Encrypted(dbEncryption = true) and findCount
This commit is contained in:
@@ -104,7 +104,7 @@ public class SimpleExpression extends AbstractValueExpression {
|
||||
return;
|
||||
}
|
||||
if (prop.isDbEncrypted()) {
|
||||
String dsql = prop.getBeanProperty().getDecryptSql();
|
||||
String dsql = prop.getBeanProperty().getDecryptProperty(propName);
|
||||
request.append(dsql).append(type.bind());
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user