Examples of OrderDirection


Examples of org.apache.jackrabbit.oak.plugins.index.property.OrderedIndex.OrderDirection

    @Test
    public void queryGreaterEqualThan() throws Exception {
        initWithProperProvider();
        setTraversalEnabled(false);

        final OrderDirection direction = OrderDirection.ASC;
        final String query = "SELECT * FROM [nt:base] AS n WHERE n.%s >= $%s";

        // index automatically created by the framework:
        // {@code createTestIndexNode()}

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.