ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
41

listening on a particular IP aside localhost

to listen in server mode to other connections from another machine where client is installed. I ... to get that I can add port 8888 in configuration file but I wasn't able to add listening ip address such as 192.168.50.56 olyjosh Joshua Aroke ObjectDB will listen automatically to all requests to the server
41

Entity listener - event instead of object

Hi, Currently I'm playing with entity listener to implement auditing with difference between values ... a listener class? You may use the JDO getPersistenceManager method and cast the result ... problem for me was to get EM inside listener class. Hibernate uses Session instead of Object as method
39

Safe to monitor listening port by connect/disconnect?

I wish to monitor our instances of ObjectDB using an automated tool that simply connects and then disconnects from the ObjectDB listening port once per second (frequency is configurable). Will this cause any issue with the normal operation of ObjectDB? CAPdev CAP Dev It should be fine. support Support
31

Glassfish 3.1.2.1 and ObjectDB 2.4.3

] on host/port [0.0.0.0:8181] INFO: REST00001: Listening to REST requests at context: /management/domain ... : REST00001: Listening to REST requests at context: /management/domain INFO: The Admin Console ... created. INFO: SEC1011: Security Service(s) Started Successfully INFO: WEB0169: Created HTTP listener
7

ObjectDB Object Database Features

arrays. Any other serializable type. Lifecycle Events JPA callback methods and listener classes. JDO callback methods and listener classes. Primary Keys Support of primary keys in ObjectDB is unique
6

javax.persistence.EntityManager

javax.persistence Interface EntityManager Interface used to interact with the persistence context. An EntityManager instance is associated with a persistence context. A persistence context is a set ... . Within the persistence context, the entity instances and their lifecycle are managed
0

javax.jdo.InstanceCallbacks

.listener.LoadCallback and javax.jdo.listener.ClearCallback. Note that JDO does not manage the state ... should be initialized in this method. The context in which this call is made does not allow access to other persistent ... . The context in which this call is made allows access to the PersistenceManager and other persistent JDO instances. Since: JDO 2.0
0

makePersistent(pc)

instance changes to the cache. It must be called in the context of an active transaction, or ... , the create life cycle listener is called. For detached instances, it locates or instantiates ... callback or the postAttach lifecycle event listener. Any references to the detached instances from
0

javax.jdo.Constants

, which is the empty string. Since: JDO 2.1 String ELEMENT_INSTANCE_LIFECYCLE_LISTENER The name of the instance lifecycle listener element in the JDO configuration file. The name of the instance lifecycle listener element in the JDO configuration file. Since: JDO 2.1 String ELEMENT_PERSISTENCE_MANAGER_FACTORY
0

javax.jdo.PersistenceManagerFactory

listener, Class[] classes) Add the parameter listener to the list of instance lifecycle event listeners set as the initial listeners for each PersistenceManager created by this PersistenceManagerFactory. Add the parameter listener to the list of instance lifecycle event listeners set as the initial

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