ObjectDB ObjectDB

Internal Website Search

161-170 of 200 resultsRefresh
5

Help with 'not like/lower' query

javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; import javax.persistence ... {     public static void main(String[] args)  {         EntityManagerFactory emf
5

Replication error - parsing objectdb config

result. The test code is as follows: EntityManagerFactory masterEmf = Persistence ... "); EntityManagerFactory replicatedEmf = Persistence.createEntityManagerFactory("objectdb://localhost:6138
5

Unable to execute update query

T1803 {     public static void main(String[] args) {             EntityManagerFactory emf ... .password", "admin");         EntityManagerFactory emf =                 Persistence
5

Wrong data stored in time only fields

.EntityManagerFactory; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType ... ");                 EntityManagerFactory emf =             Persistence.createEntityManagerFactory
5

Exception when querying Map property with @embedded & Enhancer enabled

.EntityManagerFactory; import javax.persistence.Persistence; public class TestEmbeddableMap { public static void main(String[] args) {   EntityManagerFactory emf =     Persistence.createEntityManagerFactory
5

Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities

get the connection need to traverse the LAZY relationship from the EntityManagerFactory and will able able to use it as long as the EntityManagerFactory is open. The connection used in not
5

Not able to update records

) Following is the code i am executing EntityManagerFactory emFactory = Persistence ... It schould then look like: EntityManagerFactory emFactory = Persistence.createEntityManagerFactory
5

How to do multithreading with embedded ObjectDB

Hi, I've tried to implement a counter with ObjectDB, but the following code doesn't work as expected: final EntityManagerFactory emf = Persistence.createEntityManagerFactory("test.odb ... ); final EntityManagerFactory emf = Persistence.createEntityManagerFactory
5

Remove a modified entity cause an optimistic lock exception

) {         EntityManagerFactory emf =             Persistence.createEntityManagerFactory ... ) { EntityManagerFactory emf = Persistence.createEntityManagerFactory( "objectdb:$objectdb/db/test.tmp;drop
1

WeakRef Purge ObjectDb threads not stopping with Tomcat (in application container)

with a an EntityManagerFactory scope thread. The new thread exists when the EntityManagerFactory is closed

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