IDEA-13154 Hibernate: Criteria API entity property resolving

This commit is contained in:
Gregory Shrago
2010-06-28 22:41:41 +04:00
parent 199a759646
commit 51dd90d2d8
@@ -145,7 +145,7 @@ public class PatternCompilerImpl<T> implements PatternCompiler<T> {
curFrame.state = ch == '('? State.param_start : State.name_end;
}
else {
throw new IllegalStateException("'"+curString+ch+"' method name start is invalid");
throw new IllegalStateException("'"+curString+ch+"' method name start is invalid, '(' expected");
}
break;
case name_end: