ObjectDB ObjectDB

Internal Website Search

31-40 of 86 resultsRefresh
11

javax.persistence.EntityManager

database. Since: JPA 1.0 See Also: Query TypedQuery CriteriaQuery PersistenceContext Learn how to use ... ( CriteriaQuery<T> criteriaQuery) Create an instance of TypedQuery for executing a criteria query. Create an instance of TypedQuery for executing a criteria query. Parameters: criteriaQuery - a criteria query
6

javax.persistence.criteria.From

to avoid the use of Path variables. For example: CriteriaQuery q = cb.createQuery ... ("joe", p. >get("nicknames"))); rather than: CriteriaQuery q
6

createTupleQuery()

Method javax.persistence.criteria.CriteriaBuilder CriteriaQuery<Tuple> createTupleQuery() Create a CriteriaQuery object that returns a tuple of objects as its result. Returns: criteria query object Since: JPA 2.0
6

javax.persistence.criteria.Join

the get operation in order to avoid the use of Path variables. For example: CriteriaQuery ... "))); rather than: CriteriaQuery q = cb.createQuery(Person.class); Root p = q.from(Person.class
6

createQuery()

Method javax.persistence.criteria.CriteriaBuilder CriteriaQuery<Object> createQuery() Create a CriteriaQuery object. Returns: criteria query object Since: JPA 2.0
6

javax.persistence.criteria.ListJoin

the get operation in order to avoid the use of Path variables. For example: CriteriaQuery ... "))); rather than: CriteriaQuery q = cb.createQuery(Person.class); Root p = q.from(Person
6

javax.persistence.criteria.MapJoin

: CriteriaQuery q = cb.createQuery(Person.class); Root p = q.from ... "))); rather than: CriteriaQuery q = cb.createQuery(Person.class); Root p = q.from
6

javax.persistence.criteria.Path

: CriteriaQuery q = cb.createQuery(Person.class); Root p = q ... "))); rather than: CriteriaQuery q = cb.createQuery(Person.class); Root p
6

javax.persistence.criteria.Root

variables. For example: CriteriaQuery q = cb.createQuery(Person.class ... . >get("nicknames"))); rather than: CriteriaQuery q = cb.createQuery
1

javax.jdo.JDOEntityManager

> createQuery(CriteriaQuery<T> criteriaQuery) Create an instance of TypedQuery for executing a criteria query. Create an instance of TypedQuery for executing a criteria query. Parameters: criteriaQuery ... getCriteriaBuilder() Return an instance of CriteriaBuilder for the creation of CriteriaQuery objects

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