ObjectDB ObjectDB

Internal Website Search

141-148 of 148 resultsRefresh
9

JPA CriteriaQuery -- Iterate Expression<List<Object>>

(String.class); //pseudo code(i think i need something like this here) Predicate myPred ... ) //pseuso code (i thin i need to check my predicate here?) builder.like
6

multiple LEFT JOINs do not work as expected

is the root. The query also contains a number of other predicates and it is built dynamically using
6

CriteriaQuery .where() for multiple conditions

root = criteriaQuery.from(Person.class); criteriaQuery.select(root); Predicate
6

@ElementCollection query returning extra result per element in collection

, but not so easy to add with the 'count' while re-using the same predicates. This is indeed, not a bug Willks William
6

JPA 2.0 Criteria API: (When) Fully supported ?

predicates. * EclipseLink 2.2.0 - PASS. * OpenJPA 2.1.0 - FAIL. Does not support "lower(FIELD_NAME) LIKE
6

Searching lists within objects

");                 Predicate pred =             cb.and(                 cb
1

StaticMetamodel throws NPE with Spring-Data in PathImpl.get()

From my Entities a StaticMetamodel is generated through Hibernate JPA 2 Metamodel Generator. When i now try to build a query with the Specification-Interface [new Specification<Benutzer>() {     @Override public Predicate toPredicate(final Root<Benutzer> benutzerRoot, final CriteriaQuery
1

New Java 8 (JDK 1.8) Collection Methods

(which becomes an orphan) using the new methods: removeIf(predicate) and remove(key, value). support Support

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