ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
14

javax.persistence.criteria.Join

expression of the given type Since: JPA 2.0 Fetch<X,Y> fetch(String attributeName) Create a fetch join to the specified attribute using an inner join. Create a fetch join to the specified attribute using ... : the resulting fetch join Throws: IllegalArgumentException - if attribute of the given name does not
14

javax.persistence.criteria.ListJoin

expression of the given type Since: JPA 2.0 Fetch<X,Y> fetch(String attributeName) Create a fetch join to the specified attribute using an inner join. Create a fetch join to the specified attribute using ... : the resulting fetch join Throws: IllegalArgumentException - if attribute of the given name does
14

javax.persistence.criteria.MapJoin

: expression corresponding to the map entry Since: JPA 2.0 Fetch<X,Y> fetch(String attributeName) Create a fetch join to the specified attribute using an inner join. Create a fetch join to the specified ... of the join Returns: the resulting fetch join Throws: IllegalArgumentException - if attribute of the given
14

javax.persistence.criteria.Root

- intended type of the expression Returns: new expression of the given type Since: JPA 2.0 Fetch<X,Y> fetch(String attributeName) Create a fetch join to the specified attribute using an inner join. Create a fetch join to the specified attribute using an inner join. Parameters: attributeName - name
14

javax.persistence.criteria.PluralJoin

of the expression Returns: new expression of the given type Since: JPA 2.0 Fetch<X,Y> fetch(String attributeName) Create a fetch join to the specified attribute using an inner join. Create a fetch join ... for the target of the join Returns: the resulting fetch join Throws: IllegalArgumentException
14

javax.persistence.criteria.SetJoin

expression of the given type Since: JPA 2.0 Fetch<X,Y> fetch(String attributeName) Create a fetch join to the specified attribute using an inner join. Create a fetch join to the specified attribute using ... : the resulting fetch join Throws: IllegalArgumentException - if attribute of the given name does not
14

javax.persistence.criteria.CollectionJoin

of the expression Returns: new expression of the given type Since: JPA 2.0 Fetch<X,Y> fetch(String attributeName) Create a fetch join to the specified attribute using an inner join. Create a fetch join ... for the target of the join Returns: the resulting fetch join Throws: IllegalArgumentException - if attribute
11

Setting and Tuning of JPA Queries

ObjectDB. "objectdb.result-fetch" - sets fetch mode for query result as either "EAGER" (the default) or
11

JPA Entity Fields

.ALL) MyEntity field2; @OneToMany(fetch=FetchType.EAGER) List<MyEntity> field3; } The entity ... . Cascade and fetch settings are explained in chapter 3. A persistent field whose type is embeddable
1

javax.jdo.spi.PersistenceCapable.ObjectIdFieldManager

(int fieldNumber) Fetch one field from the field manager. Fetch one field from the field manager ... byte fetchByteField(int fieldNumber) Fetch one field from the field manager. Fetch one field from ... the ObjectId. Since: JDO 1.0 char fetchCharField(int fieldNumber) Fetch one field from the field manager

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