added Oracle specific extensions

splitted SqlQuery into SqlQuery and AbstractSqlQuery for subclassing
This commit is contained in:
Timo Westkämper 2009-01-27 09:21:15 +00:00
parent 0c36160289
commit e9920652a0

View File

@ -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