This commit is contained in:
Lukas Eder 2019-08-16 16:58:56 +02:00
commit 47ce44f247

View File

@ -231,7 +231,7 @@ public class JPADatabase extends H2Database {
// to the available qualification
String regex = "(.*?\\.)?" + entry.getKey().unquotedName().toString().replace(".", "\\.");
ForcedType forcedType = new ForcedType()
.withExpression("(?i:" + regex + ")")
.withIncludeExpression("(?i:" + regex + ")")
.withUserType(convertToEntityAttribute.getName())
.withConverter(String.format("new %s(%s.class)",
JPAConverter.class.getName(),