public void setRestoreValues(boolean restoreValues) {
//delegate
if (managedConnection == null) {
throw new JDOException(NO_ACTIVE_CONNECTION);
}
((JDOPOManagerItf) managedConnection.getPOManager()).currentTransaction().setRestoreValues(restoreValues);
}