ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
53

ElementCollection.fetch

Annotation Element javax.persistence.ElementCollection FetchType fetch (Optional) Whether the collection should be lazily loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the collection elements must be eagerly fetched. The LAZY
53

ManyToOne.fetch

Annotation Element javax.persistence.ManyToOne FetchType fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the associated entity must be eagerly fetched. The LAZY strategy
53

fetch(attribute, jt)

Method javax.persistence.criteria.FetchParent Fetch<X,Y> fetch( PluralAttribute<?,?,Y> attribute, JoinType jt ) Create a fetch join to the specified collection-valued attribute using the given join type. Parameters: attribute - target of the join jt - join type Returns: the resulting join Since: JPA 2.0
53

OneToMany.fetch

Annotation Element javax.persistence.OneToMany FetchType fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the associated entities must be eagerly fetched. The LAZY strategy
53

getParent()

Method javax.persistence.criteria.Fetch FetchParent<?,Z> getParent() Return the parent of the fetched item. Returns: fetch parent Since: JPA 2.0
53

fetch(attribute)

Method javax.persistence.criteria.FetchParent Fetch<X,Y> fetch( PluralAttribute<?,?,Y> attribute ) Create a fetch join to the specified collection-valued attribute using an inner join. Parameters: attribute - target of the join Returns: the resulting join Since: JPA 2.0
52

getAttribute()

Method javax.persistence.criteria.Fetch Attribute<?,?> getAttribute() Return the metamodel attribute corresponding to the fetch join. Returns: metamodel attribute for the join Since: JPA 2.0
52

getJoinType()

Method javax.persistence.criteria.Fetch JoinType getJoinType() Return the join type used in the fetch join. Returns: join type Since: JPA 2.0
5

FetchPlan.FETCH_SIZE_OPTIMAL

Static Field javax.jdo.FetchPlan int FETCH_SIZE_OPTIMAL For use with setFetchSize. Value: 0. Since: JDO 2.0
5

FetchPlan.FETCH_SIZE_GREEDY

Static Field javax.jdo.FetchPlan int FETCH_SIZE_GREEDY For use with setFetchSize. Value: -1. Since: JDO 2.0

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