Package org.jboss.dna.connector.store.jpa.util

Examples of org.jboss.dna.connector.store.jpa.util.RequestProcessorCache


        this.largeValueMinimumSizeInBytes = largeValueMinimumSizeInBytes;
        this.compressData = compressData;
        this.enforceReferentialIntegrity = enforceReferentialIntegrity;
        this.serializer = new Serializer(context, true);
        this.logger = getExecutionContext().getLogger(getClass());
        this.cache = new RequestProcessorCache(this.pathFactory);
        this.predefinedWorkspaceNames = predefinedWorkspaceNames;

        // Start the transaction ...
        this.entities.getTransaction().begin();
    }
View Full Code Here

TOP

Related Classes of org.jboss.dna.connector.store.jpa.util.RequestProcessorCache

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.