Package net.sf.joafip.entity.BobInnerClass

Examples of net.sf.joafip.entity.BobInnerClass.Entry


    dataAccessSession.setObject("bob", bob);
    dataAccessSession.close(EnumFilePersistenceCloseAction.SAVE);
    dataAccessSession.open();
    bob = (BobInnerClass) dataAccessSession.getObject("bob");

    final Entry entry = bob.getEntry();
    final boolean proxy = ProxyManager2.isProxyOrEnhanced(entry);
    dataAccessSession.close(EnumFilePersistenceCloseAction.DO_NOT_SAVE);
    filePersistence.close();

    assertTrue("must be a proxy", proxy);
View Full Code Here

TOP

Related Classes of net.sf.joafip.entity.BobInnerClass.Entry

Copyright © 2018 www.massapicom. 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.