Package net.sf.joafip.service

Examples of net.sf.joafip.service.IFilePersistence.deepCopy()


    /* retrieve by code */
    session.open();
    itemTable = (ItemTable) session.getObject(ITEM_TABLE);
    item = itemTable.getItemByCode("456");
    // _log.info("retrieved by code 456: " + item);
    item = (Item) filePersistence.deepCopy(item, true);// create accessible
    // out of
    // session
    session.close(EnumFilePersistenceCloseAction.DO_NOT_SAVE);
    LOGGER.info("retrieved by code 456:" + item);

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.