ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
15

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
15

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
15

javax.persistence.criteria.From

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 of the attribute for the target of the join Returns: the resulting fetch join Throws
15

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
15

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
15

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
12

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
12

Setting and Tuning of JPA Queries

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

Criteria Query From Elements

Fetch Elements Join Fetch is managed in criteria queries by the following interfaces: See the FROM in Criteria Queries section for more details and an example.
1

javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier

) Fetch one field from the field manager. Fetch one field from the field manager. This field ... fetchByteField(int fieldNumber) Fetch one field from the field manager. Fetch one field from the field manager ... .0 char fetchCharField(int fieldNumber) Fetch one field from the field manager. Fetch one field from

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