Package com.sun.jdori.common.query

Examples of com.sun.jdori.common.query.BasicQueryResult


    /**
     * @see com.sun.jdori.StoreManager#newObjectIdInstance
     */
    public QueryResult newQueryResult(QueryResultHelper queryResultHelper)
    {
        return new BasicQueryResult(queryResultHelper);
    }
View Full Code Here


    /**
     * @see com.sun.jdori.StoreManager#newObjectIdInstance
     */
    public QueryResult newQueryResult(QueryResultHelper queryResultHelper)
    {
        return new BasicQueryResult(queryResultHelper);
    }
View Full Code Here

TOP

Related Classes of com.sun.jdori.common.query.BasicQueryResult

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.