439440441442443444445446447448449
*/ public Expression variable(String name, Class type) { discardCompiled(); Expression varExpr = null; if (ec.getApiAdapter().isPersistable(type)) { // Persistable class String typeName = type.getName(); int pos = typeName.lastIndexOf('.');