ObjectDB ObjectDB

Internal Website Search

31-40 of 147 resultsRefresh
19

Left join fetch behaviour doesn't retrieve children?

... i'm afraid to find more in the future, so let's stop the investigation. I switched back to ALL EAGER ... in ObjectDb. Regards, Xirt xirt Sylvain If ALL EAGER is faster in your application ... back to ALL EAGER, will you be able to check JOIN FETCH with some optimization disabled
3

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
3

ManyToMany.fetch

Annotation Element javax.persistence.ManyToMany 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
3

javax.persistence.OneToMany

) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy
3

isLoadedWithoutReference(entity, attributeName)

with FetchType.EAGER have not been loaded or that the state of the specified attribute has not been loaded
3

isLoadedWithReference(entity, attributeName)

with FetchType.EAGER have not been loaded or that the state of the specified attribute has not been loaded
3

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
3

javax.persistence.PersistenceUtil

. An entity is considered loaded if all attributes for which FetchType.EAGER has been specified
3

isLoaded(entity)

Method javax.persistence.PersistenceUtil boolean isLoaded( Object entity ) Determine the load state of an entity. This method can be used to determine the load state of an entity passed as a reference. An entity is considered loaded if all attributes for which FetchType.EAGER has been specified
3

javax.persistence.ManyToMany

. (Optional) Whether the association should be lazily loaded or must be eagerly fetched. The EAGER strategy

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