Internal Website Search

21-25 of 25 resultsRefresh

Error during cascaded merge

; @OrderBy("configDate DESC")     public List<ChannelConfigurationSet>

In version 2.5.2_05 does not work greatest by Date

In earlier versions this query worked fine. In version 2.5.2_05 does not work .orderBy(cb.desc(cb.greatest(root.get("createDate").as(Date.class)))).distinct(true) Thank you for your help. galandor Orlov Sergey Please try

Null pointer exception being thrown from within ObjectDB.

;     orderBy(cb.desc(r.get("objectDbId")));     TypedQuery<

ObjectDB 2.9.0

in applying OrderBy annotation. Fixed opening context menu in the Explorer.

Weird issue with variable naming

.where(cb.equal(join2.get("name"), cb.literal("TEST")));   cq.orderBy(cb.asc(join2.get("name