Examples of JDOUnsupportedOptionException


Examples of javax.jdo.JDOUnsupportedOptionException

     * @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");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.