ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
23

JBoss 7 startup fails

]] (MSC service thread 1-3) Exception sending context initialized event to listener instance of class ... thread 1-3) Exception sending context destroyed event to listener instance of class guest ... -INF dir contains: context.xml <?xml version="1.0" encoding="UTF-8"?> <Context
19

Database is erased after deploying a new web application version

That may be the problem. The servlet context is available in specific listener and servlet methods ... manager? Should I set some kind of listener? Yotam Yotam Boaz You can set a listener for creating and destroying the EntityManagerFactory: https://www.objectdb.com/tutorial/jpa/eclipse/web/listener
5

Server Configuration

is listening for new connections. Usually the default port 6136 should be specified. If another port
5

Database Connection using JPA

) and listening on the specified port (the default is 6136 when not specified). The path indicates
5

Database Replication and Clustering

to connect to the master server in order to listen to updates. The updates are automatically
3

JPA Query API

ObjectDB. In the context of the queries above, if there are no Country instances in the database
3

UPDATE SET Queries in JPA/JPQL

its persistence context has been modified by an UPDATE query. Therefore, it is a good practice to use
3

DELETE Queries in JPA/JPQL

context has been removed from the database by a DELETE query. Therefore, it is a good practice to use
3

CRUD Database Operations with JPA

a managed object (usually by retrieval) and invoke the remove method within the context
3

Database Schema Evolution

to any numeric type. In this context numeric types are: byte, short, char, int, long, float, double

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