ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
9

problem with lazy loading - unittest project attached

: Failed to load ApplicationContext at org.springframework.test.context.TestContext ... .context.support.DependencyInjectionTestExecutionListener.injectDependencies ... .test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance
2

javax.persistence.ExcludeDefaultListeners

javax.persistence Annotation ExcludeDefaultListeners Target: Classes Specifies that the invocation of default listeners is to be excluded for the entity class (or mapped superclass) and its subclasses. Since: JPA 1.0 Learn how to define and use entity listeners in Chapter 3 of the ObjectDB/JPA
2

javax.persistence.ExcludeSuperclassListeners

javax.persistence Annotation ExcludeSuperclassListeners Target: Classes Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses. Since: JPA 1.0 Learn how to define and use entity listeners in Chapter 3 of the ObjectDB
2

javax.persistence.FlushModeType

.AUTO is set on the Query or TypedQuery object, or if the flush mode setting for the persistence context ... of all entities in the persistence context which could potentially affect the result of the query are visible ... of updates made to entities in the persistence context upon queries is unspecified
1

javax.persistence.PersistenceUnit

the environment referencing context; not needed when dependency injection is used. (Optional) The name by which the entity manager factory is to be accessed in the environment referencing context; not
0

getPersistenceManagerFactory(overrides, name, resourceLoader, pmfLoader)

.listener.InstanceLifecycleListener, and {pcClasses} is an optional comma- or whitespace-delimited list ... listener class. JDO implementations are permitted to define key values of their own. Any key values not
0

javax.jdo.Query

on the deleted instances. Similarly, if there are lifecycle listeners registered for delete events on affected classes, the listener is called for each appropriate deleted instance. Before returning control
0

addRegisterClassListener(crl)

Method javax.jdo.spi.JDOImplHelper void addRegisterClassListener( RegisterClassListener crl ) Add the specified RegisterClassListener to the listener list. Parameters: crl - the listener to be added Since: JDO 1.0
0

deletePersistentAll()

. Similarly, if there are lifecycle listeners registered for delete events on affected classes, the listener is called for each appropriate deleted instance. Before returning control
0

removeRegisterClassListener(crl)

Method javax.jdo.spi.JDOImplHelper void removeRegisterClassListener( RegisterClassListener crl ) Remove the specified RegisterClassListener from the listener list. Parameters: crl - the listener to be removed Since: JDO 1.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