ObjectDB ObjectDB

Internal Website Search

81-90 of 159 resultsRefresh
18

Mismatch client-server protocol prefix

, AccessType accessType, String note) { LoginEvent event = new LoginEvent(); event.setAccessType(AccessType.REST); event.setNote(note); event.setTimestamp(new Date()); if(accessType != null) { event.setAccessType(accessType
3

javax.persistence.PostUpdate

javax.persistence Annotation PostUpdate Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
3

javax.persistence.PostPersist

javax.persistence Annotation PostPersist Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use
3

Errors in log to repprt

(WebSocketServerListener.java:171) at org.eclipse.jetty.websocket.common.events ... .websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:65) at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextFrame(JettyListenerEventDriver.java
3

again merger missing logs + objectdb exception

.onWebSocketText(WebSocketServerListener.java:128) at org.eclipse.jetty.websocket.common.events ... .websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:65) at org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextFrame(JettyListenerEventDriver.java
0

javax.jdo.spi.RegisterClassEvent

javax.jdo.spi Class RegisterClassEvent java.lang.Object java.util.EventObject javax.jdo.spi.RegisterClassEvent Implemented Interfaces: Serializable A RegisterClassEvent event gets delivered whenever a persistence-capable class registers itself with the JDOImplHelper. Since: JDO 1.0
0

javax.jdo.Constants

See Also: PersistenceManagerFactory.supportedOptions() String OPTION_PREDIRTY_EVENT "javax.jdo.option
0

removeInstanceLifecycleListener(listener)

Method javax.jdo.PersistenceManagerFactory void removeInstanceLifecycleListener( InstanceLifecycleListener listener ) Remove the parameter listener instance from the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by
0

getSource()

Method javax.jdo.listener.InstanceLifecycleEvent Object getSource() The source object of the Event. Although not deprecated, it is recommended that the the methods getPersistentInstance() and getDetachedInstance() be used instead. Returns: The persistent instance on any pre- callback
0

getTarget()

Method javax.jdo.listener.InstanceLifecycleEvent Object getTarget() The target object of the Event. Although not deprecated, it is recommended that the the methods getPersistentInstance() and getDetachedInstance() be used instead. Returns: The detached instance for preDetach and postAttach

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