* @see javax.jdo.PersistenceManager#makeTransactional
* @param o the instance to make transactional.
*/
public void makeTransactional(Object o) {
//TODO: support the makeTransactional method
throw new JDOUnsupportedOptionException("not yet implemented");
}