Package org.apache.lenya.transaction

Examples of org.apache.lenya.transaction.UnitOfWork


            }

            IdentityMap map = null;

            Request request = ContextHelper.getRequest(this.context);
            UnitOfWork unit = (UnitOfWork) request.getAttribute(UnitOfWork.class.getName());
            if (unit != null) {
                map = unit.getIdentityMap();
            } else {
                map = new DocumentIdentityMap(this.manager, getLogger());
            }

            if (getLogger().isDebugEnabled()) {
View Full Code Here

TOP

Related Classes of org.apache.lenya.transaction.UnitOfWork

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.