ObjectDB Database Search
1-7 of 7 resultsjakarta.persistence.criteria.CriteriaBuilder.asc(Expression) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Order asc ( Expression expression ) Create an ordering by the ascending value of the expression. Parameters: expression - expression used to define the ordering Returns: ascending ordering corresponding to the expression. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.CriteriaBuilder.asc(Expression,Nulls) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Order asc ( Expression expression , Nulls nullPrecedence ) Create an ordering by the ascending value of the expression. Parameters: expression - expression used to define the ordering | |
FROM clause (JPQL / Criteria API) but cannot be one of the following reserved words: ABS, ALL, AND, ANY, AS, ASC , AVG, BETWEEN, BIT | |
jakarta.persistence.Index ::= column_name [ ASC | DESC] If neither ASC nor DESC is not specified, ASC , that is, ascending order | |
Problem with distinct select, order by and equivalent alias/attribute path; + "order by s_location.id asc ";   ... ; + "order by s.location.id asc ";   ... ; + "order by s_location.id asc ";   | |
Get the last occurence of a list attribut.persistenceId ASC But it's look like it's not a correct query, the compiler does not like the parentheses | |
Strange Error with Criteria API and Sorting = root.join("other"); query.orderBy(cb. asc (cb.upper((Expression ) (Expression ) otherJoin |