Package org.apache.portals.graffito.jcr.query.impl

Examples of org.apache.portals.graffito.jcr.query.impl.QueryManagerImpl


     * Method for creating a query manager. It's unclear where this entity is stateless or not.
     *
     * @return
     */
    protected QueryManager createQueryManager() {
        return new QueryManagerImpl(mapper);
    }
View Full Code Here

TOP

Related Classes of org.apache.portals.graffito.jcr.query.impl.QueryManagerImpl

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.