return ((JDOPOManagerItf) managedConnection.getPOManager()).getIgnoreCache();
}
public void addInstanceLifecycleListener(InstanceLifecycleListener arg0, Class[] arg1) {
if (managedConnection == null) {
throw new JDOException(NO_ACTIVE_CONNECTION);
}
((JDOPOManagerItf) managedConnection.getPOManager()).addInstanceLifecycleListener(arg0, arg1);
}