317318319320321322323324325326327
} Query query = Query.createRead(metaclass, attributes, where, null, -1, 0, false, Query.SEC_NONE, m_context); query.setLimit(-1); query.reduce(); return query.read(); } /**