mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
added Oracle specific extensions
splitted SqlQuery into SqlQuery and AbstractSqlQuery for subclassing
This commit is contained in:
parent
0c36160289
commit
e9920652a0
@ -170,7 +170,9 @@ class PropertyAccessInvocationHandler implements MethodInterceptor{
|
||||
|
||||
if (String.class.equals(type)) {
|
||||
path = new ExtString(pm);
|
||||
rv = (T) new String();
|
||||
// rv = (T) new String();
|
||||
// TODO : null is used as a return value to block method invocations on Strings
|
||||
rv = null;
|
||||
|
||||
// primitive types
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user