Internal Website Search

191-200 of 200 resultsRefresh

query hint

ObjectNode o join o.properties p1 join o.properties p2 join o.properties p3 join o.properties p4 where o ... >the query is: SELECT DISTINCT o from ObjectNode o join o.properties p1 join o.properties p2 join o.properties p3 join o.properties p4 where o.classIdentifier = '(OP)' and o

Performance issues on aggregate query

.doubleValue,p3.name,count(o) from ObjectNode o INNER JOIN o.properties p1 INNER JOIN o.properties p2  INNER JOIN o.properties p3 INNER JOIN o.properties p4 INNER JOIN o.properties p5 INNER JOIN o.properties p6 INNER JOIN o.properties p7 join o.linkedObjects c1 where o.classIdentifier = '(OP

Problem with distinct select, order by and equivalent alias/attribute path

;          + "left join s.location as s_location "   ... ;           + "left join s.location as s_location ... Street s "             + "left join s.location

ODB IndexActivation NullPointerException

and delay closing the database until its completion (e.g. by using join). support Support ... ; waiting for  Thread id:427  (ODB-IndexActivation)   the Thread.join() was called by ... ;      indexActivationThread.join();     } catch

com.objectdb.o.NLV cannot be cast to com.objectdb.o.RSV

FROM ChatHistoryItem $1 JOIN $1.recipient $2 JOIN $1.sender $3 WHERE ($2.id='22afeafe-363f ... ChatHistoryItem $1 JOIN $1.recipient $2 WHERE ($2.id='22afeafe-363f-4397-8553-cc5688ba142d') ORDER ... an exception: SELECT DISTINCT $1 FROM ChatHistoryItem $1 JOIN $1

@OneToOne query issue with OR and IS NULL

A a JOIN a.another b WHERE a.another IS NULL OR b.counter = 0 You missed the JOIN (i.e. INNER JOIN clause. Try LEFT OUTER JOIN:

javax.persistence.criteria.AbstractQuery

construction. All queries must have: a set of root entities (which may in turn own joins).

Strange Error with Criteria API and Sorting

; import javax.persistence.criteria.Join; import javax.persistence.criteria.Root; public class ... (TestEntity.class);   Root<TestEntity> root = query.from(TestEntity.class);   final Join<?, ?> otherJoin = root.join("other");   query.orderBy(cb.asc(cb.upper((Expression<

Multiple MEMBER OF query

using JOIN with a new synthetic variable for iteration over the collection. In your query JOIN ... solution, you may replace AND of MEMBER OF with 2 explicit JOIN variables for iteration

Unexpected query token - AS

.EngineInstanceImpl AS instance JOIN instance.artifacts AS instanceEntryArtifactSet , com.btc.ep.engine.bl.internal.dmos.ArtifactImpl AS artifact LEFT JOIN artifact.activatedGoals AS artifactActivatedGoals LEFT JOIN artifact.activatedAssumptions AS artifactActivatedAssumptions LEFT JOIN