Package org.apache.isis.objectstore.jdo.datanucleus.persistence

Examples of org.apache.isis.objectstore.jdo.datanucleus.persistence.IsisLifecycleListener


   
        this.props = props;
        this.persistableClassNameSet = persistableClassNameSet;

        this.synchronizer = new FrameworkSynchronizer();
        this.lifecycleListener = new IsisLifecycleListener(synchronizer);

        init(props, persistableClassNameSet);
       
        // for JRebel plugin
        instance = this;
View Full Code Here


        }

        namedQueryByName = Collections.unmodifiableMap(catalogNamedQueries(objectSpecs));

        synchronizer = new FrameworkSynchronizer();
        lifecycleListener = new IsisLifecycleListener(synchronizer);
    }
View Full Code Here

TOP

Related Classes of org.apache.isis.objectstore.jdo.datanucleus.persistence.IsisLifecycleListener

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.