ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
5

getFetches()

Method javax.persistence.criteria.FetchParent Set<Fetch<X,?>> getFetches() Return the fetch joins that have been made from this type. Returns empty set if no fetch joins have been made from this type. Modifications to the set do not affect the query. Returns: fetch joins made from this type Since: JPA 2.0
5

javax.persistence.ElementCollection

2.0 FetchType fetch (Optional) Whether the collection should be lazily loaded or must be eagerly fetched. (Optional) Whether the collection should be lazily loaded or must be eagerly fetched ... must be eagerly fetched. The LAZY strategy is a hint to the persistence provider runtime. Default value
5

javax.persistence.OneToMany

.Map, the cascade element applies to the map value. Default value: {} Since: JPA 1.0 FetchType fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched. (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy
5

javax.persistence.ManyToOne

no operations are cascaded. Default value: {} Since: JPA 1.0 FetchType fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched. (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy is a requirement
5

javax.persistence.OneToOne

are cascaded. Default value: {} Since: JPA 1.0 FetchType fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched. (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider
5

javax.persistence.ManyToMany

fetch (Optional) Whether the association should be lazily loaded or must be eagerly fetched. (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy ... fetched. The LAZY strategy is a hint to the persistence provider runtime. Default value: javax
0

javax.jdo.annotations.FetchGroups

javax.jdo.annotations Annotation FetchGroups Target: Classes Annotation for a group of fetch-group objects Since: JDO 2.1 FetchGroup[] value The Fetch Groups The Fetch Groups Returns: The Fetch Groups Since: JDO 2.1
0

FetchGroup.DEFAULT

. This category includes members defined in the default fetch group in xml or annotations. Redefining the default fetch group via the API does not affect the members defined by this category. Using this category also sets the fetch-depth for the members in the default fetch group. Since: JDO 2.2
0

javax.jdo.annotations.FetchPlans

javax.jdo.annotations Annotation FetchPlans Target: Classes Annotation for a group of FetchPlan objects Since: JDO 2.1 FetchPlan[] value The Fetch Plans The Fetch Plans Returns: The Fetch Plans Since: JDO 2.1
0

setGroup(fetchGroupName)

Method javax.jdo.FetchPlan FetchPlan setGroup( String fetchGroupName ) Set the active fetch groups to the single named fetch group. Parameters: fetchGroupName - the single fetch group Returns: the FetchPlan 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