Package com.impetus.kundera.query.KunderaQuery

Examples of com.impetus.kundera.query.KunderaQuery.SortOrder


                this.builder.append(".");
            }

            this.builder.append(attrib.getName());

            SortOrder order = ((QueryOrder) orderAttribute).getOrder();

            this.builder.append(Constants.SPACE);
            this.builder.append(order.name());
            return this;
        }
View Full Code Here

TOP

Related Classes of com.impetus.kundera.query.KunderaQuery.SortOrder

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.