 16 | ="128mb" />
When enabled, a recovery file is created by ObjectDB when a database is opened and deleted by ObjectDB when the database is closed. The name of the recovery file is based on the name ... ObjectDB when a database is opened and a recovery file exists, indicating that it has not been closed |
 15 | defines classes that implement these interfaces. When you use ObjectDB you work with instances of ObjectDB classes that implement these interfaces, and because standard JPA interfaces are used ... emf = Persistence.createEntityManagerFactory(
"objectdb://localhost:6136/myDbFile.odb |
 15 | The configuration element specifies ObjectDB settings that are relevant ... :
|
 14 | to manipulate an ObjectDB database we need an EntityManager instance. Operations that modify database ... to be able to generate an EntityManagerFactory. But when using ObjectDB you can either define a standard persistence unit in an XML file or you can simply provide the file path of the ObjectDB database |
 14 | objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check" system property) The following ... there are now obsolete): - Issue #282 - ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric ... with ObjectDB that the others do not. Some important remarks about the analysis, diagnostics, and the testing |
 14 | ObjectDB supports master-slave replication (cluster). When replication (or clustering) is used ... database. Setting a Master Database A master ObjectDB database is an ordinary database, which is managed on an ordinary ObjectDB database server. Any ObjectDB database on any server (but not in |
 13 | ="$objectdb/ssl/server-kstore" password="pwd" />
|
 13 | The configuration element specifies settings for running an ObjectDB Server. The server ... :
|
 13 | . ObjectDB supports all the JPA persistable types, which are: User defined classes - Entity classes ... constructor. cannot be final and cannot have final methods or final instance variables. ObjectDB ... most cases ObjectDB can overcome a missing no-arg constructor. Aside from these constraints |
 13 | of one of the supported persistable types. ObjectDB supports persistent fields with any declared static ... while the other annotations above are required when applicable. ObjectDB, however, does not enforce using any ... may optionally be marked with the @Embedded annotation, requiring ObjectDB to verify that the type |