ObjectDB Database Search
101-150 of 153 resultsHelp with 'not like/lower' query Hi all, Honestly, I'm fairly new with JPA2 Criteria queries - but as far as code effort goes, it has saved me a bit of pain. I'm writing a dynamic query builder (only 1 level deep for basic entities) - but even though I get most queries to work, I am getting the following error | |
ODB should auto-restart if it detects it's necessary to be more dynamic , and then schema evolution will be more natural and this issue will not exist. support Support | |
JPA query of a Set of terms); I am afraid that retrieving pages that contain all the terms requires building a dynamic query | |
Using List to save data Hello, How can I save data dynamically such as "List" in Java - ArrayList, LinkedList, etc. thanks Seena Abdollahi Seena Abdollahi Software Engineer sabdollahi Seena Abdollahi Lists are persisted automatically as fields of entity classes. See chapter 2 and 3 of the manual for more details. support Support | |
locks on pure query activities analyzing the dynamic behavior we can see from the thread dump that a lot of our threads that are just doing simple queries (just selects, no update or delete ...) show locks like these (question is: why there are locks and how could we get rid of that): log1: "qtp1523553211-271" #271 prio | |
Multi-tenant capability with hierarchies must be selected dynamically like getDBForTenant(String tenantId). Is this possible or | |
Object as parameter results in exception optimization is expected to be small, and irrelevant for criteria queries which are dynamic (i.e | |
Specify location of persistence.xml approach and generate persistence units dynamically for every tested combination of a DBMS and a JPA implementation. support Support | |
Memory leak while merging parent with No Cascade annotation with children customed dynamic class ... but i'm not a specialist of java reflection and injection stuff. So i opened | |
SelfTest and com.objectdb.Doctor that is similar to the current online backup (i.e. by running a special query against the database). support Support | |
Explorer in 2.3, allow to close individual or all. c. Buttons to restart database, hot backup (remote server to local | |
ObjectDB stability after power failure again it should be recovered automatically. In addition you may use replication and online backup | |
Replicated cluster recovery via PMF? Switching is automatic - between a main url and backup urls, which may also reference | |
Size of recording directory keeps growing for backup and I read the docs many times but I'm still not sure I understand.   | |
ObjectDB version 2.1 has been released ObjectDB 2.1 has been released and it includes important additions and fixes: Added Online Backup utility ( issue #16 ). Added Master-Slave Replication / Clustering (issue #17 ). Added a PDF version of the ObjectDB manual (included in the download). Added sample (tutorials) Maven projects | |
Should I Avoid Compressing Database Files? unused space in ObjectDB database files when I back them up or restore them from a backup | |
Failed to synchronize replicated database, since the last breakpoint (i.e. an available db backup ), e.g. for debugging. In replication | |
Licensing, deployment, backup ). A site license should also cover rented / leased server machines (under some terms | |
Page size - changing after database creation, so it should be fine to change it (after a backup , to be on the safe side), but you will have to create a new database | |
Duplicate a table Hello, I would like to know if it's possible to copy the content of a table representing one class of object to another table whithout having to use java object (no object instantiation) ? In fact, I would like to execute a native query like "select * into T0 from T1" My purpose is to backup | |
NPE when getting Persistence manager version did not have. So we replaced the file with a backup from older code and it works now fine. Thanx! jakab Gergely Jakab | |
ObjectDB Unable to process 1.6 L records.. You may try opening a backup of the database file (not in production) in the Explorer of the last ObjectDB version. support Support | |
unable to update table in slave server database ). This is useful mainly for load balancing (by directing read operations to slaves) and backup | |
Replication error on slave restart (and full backup ), it would be probably better to start it again with recovery enabled | |
Repair broken references in entities you restore it manually, e.g. from backup ) but you should be able to persist a new entity of the same | |
using objectdb.jar in writing data to mariadb or mysql db database? Moreso, does Objectdb have backup tools to back up the singular object database file | |
Safe Settings default) but to support durability (the D in ACID). But a server with electricity backup (UPS | |
ObjectDB is opening too many sockets? We are using JDO for our application except backups which are done using JPA. I was playing with server | |
Storing Images maintenance (e.g. backup ). Using external files might improve performance for very large files (e.g | |
Sample JDO Architecture for Follow Up Questions Database max-threads objectdb.conf Settings Option" "How to do an Offline Database Backup | |
Schema-Update: Deactivation of automatic entity class removing and introduction of a new class remove in the schema config and known (as its schema is already stored in the database) then ObjectDB builds the class dynamically | |
Activation & Object Model Enhancement as an exceptional arrangement in situations in which the object model is dynamic but it will require | |
Schema-Update: Rename superclass and remove one subclass Hello, we renamed a superclass and removed one of the subclass. If we then try to open the Database (with ObjectDB-Explorer) we get a "Failed to generate dynamic type ..." Small Example: Generate Database public static void main(String[] args) { EntityManagerFactory emf = Persistence | |
JPA 2.2 LocalDate still not working use case for this? This is indeed unusual in Java, but may be more relevant to JVM dynamic type | |
ObjectDB 2.8.9 Added support of enhancing classes with Java 11 dynamic constants. Added a warning if an expired activation is found in the configuration ( issue #2817 ). Fixed the error message when required enhancement is missing ( issue #2828 ). Fixed recording of large transactions over 2GB in size ( issue | |
ObjectDB 2.2.8 online backup with no arguments . Added option for running the Doctor without activating disabled indexes. Fixed a Doctor bug in fixing old ( | |
combined index not used database and you can go back to the last backup before running the statistics query previously | |
Server crash - Mismatch client-server protocol prefix) and some issues with a particular index, which was also flagged when I ran the database doctor on a backup | |
cannot delete objects after crash (see issue 2283) can be restored from recording files. Enabling replication , generating a live backup database | |
Errors in log to repprt on a recent backup of the production database) and check if there are errors in the report. If you have any | |
ObjectDB 2.8.9_02 Added support for manual starting of online backup threads ( feature request #2855 ). Improved query plan evaluation. Fixed a regressing performance issue in build 2.8.9_01. | |
Automatic Switch to Replicated Server Limitations when connecting. Additional servers are only used later, as backup , and not initially during connecting | |
ObjectDB 2.7.0 property access mode. Fixed a bug in allowing page sizes larger than 64KB (which are not supported by ObjectDB). Fixed an issue of very slow online backup . | |
ObjectDB 2.8.6_02 Fixed a bug in the new option to slow backup in client-server mode (see feature request #2681 ). | |
ObjectDB 2.7.6 of reflection mode (no enhancement) by minimising tracking backups . Improved concurrency by using | |
ObjectDB 2.1.0 Added Online Backup utility ( issue #16 ). Added Master-Slave Replication / Clustering (issue #17 ). Added a PDF version of the ObjectDB manual (included in the download). Added sample (tutorials) Maven projects (included in the download). Added support of disabling optimistic locking | |
ObjectDB-ObjectDB Replication ObjectDB Replication will enable managing the same ObjectDB database using multiple ObjectDB nodes or servers. This could be useful for distributed applications (e.g. in cloud computing), for load balancing, for improving durability, for backup , etc. support Support Master-Slave replication | |
ObjectDB 2.9.0 Added a new Doctor.run(srcPath, dstPath) static method. Added an option to exclude inherited @Id fields in embeddable classes. Added support for manual starting of online backup threads ( feature request #2855 ). Added support for distinct mapped-by (inverse) fields. Improved query plan | |
delete of a collection in explorer changes type also the removal of content that you want to bring back (which is impossible with no backup if changes | |
ObjectDB 2.4.0 EntityManager conflict checks in NO DETACH mode . Fixed a bug in online backup of databases larger |