Internal Website Search

11-11 of 11 resultsRefresh

Alias not used in ORDER BY

Hi, I am doing something simple like final Root from = criteria.from(T.class) final Path path = from.get("someStringProperty") final Expression upperPath = builder.upper((Expression ) path); upperPath.alias("TEST"); criteria. multiselect (from, path); criteria.orderBy(builder.asc(upperPath)) I