ObjectDB Database Search
51-76 of 76 resultsPerformance problem Hi, we have a strange performance problem with ObjectDB 2.5.3_01 and JBoss 7.1.1. We have two ObjectDB databases on one ObjectDB server. Production database is running 5-10 times slower than test database. Their size and number of records are almost identical . When running production database in | |
Possible issue with LAZY Loading far as I can tell, my unit test is pretty much identical . Not sure why this doesn't work. Thanks | |
DB Explorer cannot be opened after schema package renaming of entity types The DB Explorer cannot be opened after schema package renaming of entity types because it seems that deprecated entity types which are removed from our java project break the database. In the database the entity types and deprecated entity types can be part of the identical package. The schema | |
Rename Application StringIdentity I don't think JDO supports altering an entity's Application Identity . Does ObjectDB? @PersistenceCapable public class MyClass implements Serializable, Cloneable{ @Id private StringIdentity id; ... } PersistenceManager persistenceManager = ...; Transaction transaction | |
Entity Update - Is the documentation up to date? a (potentially identical ) new value? kjkrum Kevin The behavior is different for enhanced classes and non | |
Uninitialized primary key (id = 0)(strategy=GenerationType. IDENTITY ) Should I remove the whole db? TIA gzdillon Lai Yang Adding  | |
Searching lists within objects; } A possible solution: Avoid multiple Attribute instances with identical type / value by defining a composite | |
java.sql.Timestamp.getTime() not working Player { @Id @GeneratedValue(strategy = GenerationType. IDENTITY ) public int id; @Temporal(TemporalType | |
Pooling of EntityManagers both options (in production) and then choose the better one. The two options are not identical . ObjectDB uses | |
"Unsupported auto value type java.lang.String" when persisting new instance for primary key: @Id @GeneratedValue(strategy=GenerationType. IDENTITY ) private String ID; kiki | |
Post-compilation enhancement vs Automatic Run-time enhancement be so ? Why aren't the 2 enhancement techniques giving identical data access results ? webel Dr Darren Kelly | |
ArrayIndexOutOfBoundsException that your classes on all the clients are identical . support Support Here is the output from the Doctor | |
user defined backup target you can only set the backup parent folder, the name of the backup file is identical to the name | |
Repair broken references in entities Hello, it is possible to recover an entity that has been removed automatically by CascadeType.Remove. After cascade remove the removed entity will be persisted with the identical primary key. Are all broken references in other entities on this removed/persisted entity repaired again? best regards | |
@SequenceGenerator and single id in whole database both the strategy and the generator attributes of the @GeneratedValue annotation. By using the IDENTITY | |
Remove an entity which attributes were changed - OptimisticLockException both plugins are identical . I checked all of this with a debugger. We had a similar issue last year 2015 | |
Embedable & Reference?;consequences of not having an identity for embedded objects. Sharing persistent objects is only possible with entity objects. support Support | |
Entity with java.util.Date column gives ClassCastException in BIRT. IDENTITY ) private long id; private String name;   | |
Extra uninitialised entities spawned on merge() identity , the outcome of the merge operation is undefined. Some providers might allow the managed | |
Pre-detach loading: retrieval by navigation not working in if statement, although the relevant if statement is apparently identical . It has taken me ages to finally find | |
Problem with entities detection; @Id @GeneratedValue(strategy = GenerationType. IDENTITY ) @Basic(optional = false) @Column(name = "id | |
Object comparation never matches Hi! I'm trying to compare 2 identical objects in SELECT with no success: @Embeddable public class PhoneNumber implements Serializable { int countryCode; long number; Which is a part of Customer object: @MappedSuperclass @NamedQueries({   | |
How to query for list of lists ? { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy = GenerationType. IDENTITY | |
Issue with orphanRemoval and multiple EntityManagers are not identical . However, enhanced classes are much more efficient in performance and in memory | |
Internal objectdb exception when using different language on a machine identical with the TCVector interface of main database). We executed a query on the main database | |
DB persist operation results are not available for another Thread/EntityManager immdiately at a debug break point. We steps over the next statement which also executes the identical query |