ObjectDB ObjectDB

Internal Website Search

11-20 of 81 resultsRefresh
20

FROM clause (JPQL / Criteria API)

at the FROM clause level. JPA 2, however, adds support for filtering instances of specific types ... with no WHERE clause would return all the possible combinations of two countries. The WHERE clause filters any
20

SELECT clause (JPQL / Criteria API)

is that the later filters duplicate results. Filtering duplicate results might have some effect on performance
6

queries under 2.7.6_4 significantly slower than under 2.7.6

.linkedObjects join v$1). [Step 2b] Evaluate fields in ObjectNode (v$1) instances. [Step 2c] Filter ... ] Evaluate fields in ObjectProperty (v$2) instances. [Step 3c] Filter the results of step 3b retaining only results that satisfy: (v$2.doubleValue!=13). [Step 3d] Filter the results of step 3c retaining
2

Step 1: Create a Maven Web Project

a filter, select maven-archetype-webapp in the artifact list and click Next. Enter Group Id (e.g
2

[ODB1] Chapter 9 - ObjectDB Explorer

of the query. Optional JDOQL components, such as filter, parameters, variables, ordering and imports (chapter ... from the auto completion list when you write the query filter and also when you fill the ordering field
1

javax.jdo.JDOEntityManager

JDO JavaDoc Reference Documentation -
1

javax.jdo.PersistenceManager

of candidate instances Returns: the new Query Since: JDO 1.0 Query newQuery(Class cls, String filter) Create a new Query with the Class of the candidate instances and filter. Create a new Query with the Class of the candidate instances and filter. Parameters: cls - the Class of results filter - the filter
1

executeWithArray(parameters)

the filtered Collection. The execution of the query obtains the values of the parameters ... , except that the passed parameters might need to be unwrapped to get their primitive values. The filter, import ... of the query. It is then evaluated by the Boolean expression of the filter. The element passes the filter
0

execute(p1)

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

execute()

Method javax.jdo.Query Object execute() Execute the query and return the filtered Collection. 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