}
return ((JDOPOManagerItf) managedConnection.getPOManager()).getFetchPlan();
}
public Query newNamedQuery(Class arg0, String arg1) {
if (managedConnection == null) {
throw new JDOException(NO_ACTIVE_CONNECTION);
}
return ((JDOPOManagerItf) managedConnection.getPOManager()).newNamedQuery(arg0, arg1);
}