Internal Website Search

91-100 of 200 resultsRefresh

Query execution time issue

"> select person.name, person.surname, ... ... from Entity e inner join e.person person inner join person.address address left join address.place addressPlace left join address.city addressCity left join address.county addressCounty left join person.birthPlace birthPlace left join

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

how to query by properties of onetomany relations? (Error 990)

Foo f join f.bars b where b.name = ?1 More details are provided on the inner_join">FROM page of the ObjectDB manual. support Support JOIN to define a variable that will iterate over the collection elements.

JPA Criteria API Queries

/jpql/from#from_and_join_in_criteria_queries">FROM clause (from, join_String_JoinType">join, fetch

javax.persistence.JoinColumn

) Specifies a column for joining ... itself is defaulted, a single join column is assumed and the default values apply. Example:join column is in table for Order public Set getOrders() {return

javax.persistence.MapKeyJoinColumn

that is a map key. The map key join column is in the collection table, join table, or table ... > annotation is specified, a single join column is assumed and the default values apply. Example 1 ... . If the join is for a map key for an element collection, the foreign

SELECT clause (JPQL / Criteria API)

directly, but their content can be added to the SELECT clause by using a bound JOIN variable in the

JPA Queries

variables, join and fetch):

DELETE Queries in JPA/JPQL

to the structure of SELECT queries. DELETE queries cannot include multiple variables and JOIN

What are the main benefits of using ObjectDB?

that ability and require multiple tables, multiple records and join operations in order to support