Package org.apache.ode.dao.jpa

Examples of org.apache.ode.dao.jpa.ProcessProfileDAOImpl


        public ProfilingBPELDAOConnectionImpl(EntityManager em) {
            super(em);
        }

        public ProcessProfileDAO createProcessProfile(ProcessDAO process) {
            return new ProcessProfileDAOImpl(_em, (ProcessDAOImpl)process);
        }
View Full Code Here


        public ProfilingBPELDAOConnectionImpl(EntityManager em) {
            super(em);
        }
       
        public ProcessProfileDAO createProcessProfile(ProcessDAO process) {
            return new ProcessProfileDAOImpl(_em, (ProcessDAOImpl)process);
        }
View Full Code Here

TOP

Related Classes of org.apache.ode.dao.jpa.ProcessProfileDAOImpl

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.