ObjectDB ObjectDB

Internal Website Search

21-30 of 81 resultsRefresh
28

composite index not used in query

. [Step 1b] Filter the results of step 1a retaining only results that satisfy: (a.startDate>:1). [Step 1c] Retrieve fields in Action (a) instances. [Step 1d] Filter the results of step 1c retaining only results that satisfy: (a.type=0). [Step 1e] Filter the results of step 1d
27

Problem upgrading

.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-4.2.3 ... .java:111) [spring-boot-actuator-1.3.0.RELEASE.jar:1.3.0.RELEASE] at org.springframework.web.filter ... -security-web-4.0.3.RELEASE.jar:4.0.3.RELEASE] at org.springframework.web.filter
24

Error using query with MAX() function

> </queryCompilation> [2011-05-02 21:10:36 #154 query.compiler] <query-planning filter="($1.addDate!=null)"> <step step="1" var="$1" filter="($1.addDate!=null)"> <allPlans> <filterPlan plan="filter(extract($1,type(Notes[all])),($1.addDate!=null))" eval="8.948" var="1" prm="1
24

Multitenancy with discriminator

Hello, I have a very large business application that makes use of the Hibernate "Filters" feature ... entities filtering based on a discriminator. Here is an example of one of my business objects: public ... to be a discriminator by which filtering entities. The filtering feature also involved
24

em.flush(); em.clear(); loosing data and not persisting managed objects

.compiler] <query-planning filter="($1.addDate!=null)"> <step step="1" var="$1" filter="($1.addDate!=null)"> <allPlans> <filterPlan plan="filter(extract($1,type(Notes[all])),($1.addDate!=null))" eval="3.4426" var="1" prm="1" reg="1" filter="($1.addDate!=null
22

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

> <orderPlan plan="sort($1:filter(filter(extract($1,type(ChatHistoryItem[all])),not(($1.isSystem=true))),$1.isPriority) <x> $2:filter(extract($2,bound($1.recipient)),($2.id='22afeafe-363f-4397-8553 ... :filter(filter(extract($1,type(ChatHistoryItem[all])),not(($1.isSystem=true))),$1.isPriority) <x> $2
0

addSubquery(sub, variableDeclaration, candidateCollectionExpression, parameters)

include the candidate class, filter, parameter declarations, variable declarations, imports, ordering ... the filter if not explicitly declared in the subquery. Parameters: sub - the subquery to add
0

executeWithMap(parameters)

Method javax.jdo.Query Object executeWithMap( Map parameters ) Execute the query and return the filtered Collection. The query is executed with the parameters set by the Map values. Each Map entry ... all of the parameters. Returns: the filtered Collection. Since: JDO 1.0 See Also: executeWithArray(Object[] parameters)
0

execute(p1, p2, p3)

Method javax.jdo.Query Object execute( Object p1, Object p2, Object p3 ) Execute the query and return the filtered Collection. Parameters: p1 - the value of the first parameter declared. p2 ... : the filtered Collection. Since: JDO 1.0 See Also: executeWithArray(Object[] parameters)
0

execute(p1, p2)

Method javax.jdo.Query Object execute( Object p1, Object p2 ) Execute the query and return the filtered Collection. Parameters: p1 - the value of the first parameter declared. p2 - the value of the second parameter declared. Returns: the filtered Collection. Since: JDO 1.0 See Also: executeWithArray(Object[] parameters)

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support