Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Server/src/org/litesoft/boviews/podataproviders/support/WhereClauseSupport.java

Diff revisions: vs.
  @@ -2,6 +2,7 @@
2 2
3 3 import org.litesoft.bo.*;
4 4 import org.litesoft.bo.views.*;
5 + import org.litesoft.commonfoundation.base.*;
5 6 import org.litesoft.commonfoundation.exceptions.*;
6 7 import org.litesoft.commonfoundation.typeutils.*;
7 8 import org.litesoft.core.simpletypes.*;
  @@ -70,7 +71,7 @@
70 71 return (pSCD instanceof AttributeAccessorSCDsimplePersistedRegular) || (null != getAcceptableRelationship( pSCD ));
71 72 }
72 73 }.createPath( zAttributePath );
73 - if ( Objects.isNullOrEmpty( zPathNodes ) ) {
74 + if ( Currently.isNullOrEmpty( zPathNodes ) ) {
74 75 return createWhereClauseForUnacceptableAttributePath( pEquals, pAttributeName, pAttributeValue, zAttributePath );
75 76 }
76 77 AttributeAccessorSCD zLastAA = zPathNodes[zPathNodes.length - 1].getAttributeAccessor();