ObjectDB Database Search

1-7 of 7 results

Can I Disable the Creation of the "log" Directory?

.PersistenceManager; import javax.jdo. PersistenceManagerFactory ; import java.nio.file.Files; import java.nio.file ... ", "$objectdb/local.odb"); PersistenceManagerFactory persistenceManagerFactory = JDOHelper.getPersistenceManagerFactory(properties); PersistenceManager persistenceManager = persistenceManagerFactory

Replaying recorded requests...

a PersistenceManagerFactory ? Dave dmoshal David Moshal Couple of additional points: 1. the database ... addition, please verify that you close the database with PersistenceManagerFactory's close ... , please verify that you close the database with PersistenceManagerFactory's close

Source not found error after downloading ObjectDB 2.3.7_04

"); PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory(prop); PersistenceManager pm ... .PersistenceManager; import javax.jdo. PersistenceManagerFactory ; public class Main {    ... ;    PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory(prop

Connection performace after upgrade to objectdb 2

Hi, I have performance problems with objectdb 2 when I tried to get the PersistenceManagerFactory and PersistenceManager : In objectdb 1 : PersistenceManagerFactory pmf = JDOHelper ... Gabbouch Just tried to create PersistenceManagerFactory and  PersistenceManager for your database

Problem with byte arrays in JDO - internal exception

This code generates an internal exception: package spiffy.test; import java.util.List; import javax.jdo.JDOHelper; import javax.jdo.PersistenceManager; import javax.jdo. PersistenceManagerFactory ... ) { PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory("test.odb"); PersistenceManager

Filename.odb$ Persisting Issue

Jared Hinze This may happen if the EntityManagerFactory (or PersistenceManagerFactory if you use JDO

JDO PersistenceManager.getSequence() returns null sometimes

to reproduce: import javax.jdo.PersistenceManager; import javax.jdo. PersistenceManagerFactory ; import ... (String[] args) { PersistenceManagerFactory factory = new com.objectdb.jdo.PMF(); factory