ObjectDB Database Search
151-200 of 200 resultsExplorer in 2.3 tab is when I am interested in a specific piece of data that I will search for. The Schema tab | |
Update Entity references if we change the type of an entity it seems that we cannot provide a quick implementation of this type of automatic schema evolution | |
Join query problem with new statetment execution. This might be caused by a schema change that is not fully supported. For example - changing | |
General Performance Issues Illustrated with a Specific Method the Explorer schema tab). You should also run this query with logging enabled in the configuration | |
virtual servers and one file. Maybe depending on the creation date? It depends on your schema . Assuming you want to simulate random | |
Composite Index error 328 Hi , when i try to use this entity as shown below: package persistence.jpa.models; import javax.jdo.annotations.Indices; import javax.persistence.*; import java.io.Serializable; import java.sql.Date; import java.util.Objects; @Entity @Table(name = "usrlist", schema = "posts") @NamedQueries | |
newbie - lots of exeptions? Is it a primary key field? Are there recent schema changes in that class or class hierarchy | |
Repeated long Index Activation versions of the same entity are in use? If so, this could cause the schema to be repeatedly detected | |
ObjectDB version 2.1 has been released with ordinary objects. Fixed a schema evolution bug when adding a new super entity class . support Support | |
Database size is much larger than expected (x2) I store images into objectdb. The schema is : ::=( , , , , ) ::=String ::=char ::=int ::=byte[] ::=@ID So simple a class will fail after 155,648 insertions with -Xmx1432m, ... NO = 151552 @ 8042217472 id = 0 @ 7703244276 Url = http://cimg2.163.com/catchpic/E/E9/E96492634557CE291CDF3AADC710F373.jpg | |
Indexing a field results in internal Exception after schema change. After adding an index to an existing entity class with instances in the database | |
failure to enforce NOT NULL for java.lang.String a schema change is taking effect. running `mvn test` twice in a row without a clean between them does | |
Modifying something with Explorer -> app JPQL with Enum doesn't work anymore the classpath, the Explorer uses the schema as defined in the odb file). Please try to remember | |
Broken @ManyToOne reference nothing whether such situations are allowed or forbidden. Unfortunately, in my schema the child id | |
ObjectDB version 2.2 has been released a critical database corruption bug ( issue #187 ). Fixed a critical bug in schema evolution | |
Unexpected exception (Error 990) Source) zmirc Mircea Chirac Currently schema changes require restarting the server | |
@AttributeOverrides , and postgresql + own TYPE; Schema : artio; Owner: facman -- CREATE TYPE address AS ( street character varying, city character | |
em.flush(); em.clear(); loosing data and not persisting managed objects.persistence.Lob; import javax.persistence.Table; @Entity @Table(name = "TestEntity", schema = "mySchema | |
Problem with @OrderBy When I use @OrderBy and supply multiple order fields I get and error when ObjectDB Explorer expands a instance of the entity. Example code: @Entity @Table(name="Defects", schema = "myDB") public class Defects implements Serializable { ... ...   | |
OutOfMemoryError on search after update on DB created with DB Doctor when searching and updating. 3. We run DB Doctor in recovery mode to generate a recovered DB file. No schema | |
First persist takes long time are only required for a new entity type (e.g. analyzing and persisting the type schema , allocating | |
mappedSuperClass and subClass Duplicates When I subclass a mappedSuperClass, a table for both appears in the Explorer. Am I correct to expect that only the subclass appear? If so, please provided any clues for a remedy. Thanks ... billdotnet Bill The super class is shown in the Explorer to enable viewing its schema and to enable opening | |
index - data rewrite indexes should have no effect. Maybe you also changed a name of a field (without declaring the schema | |
InternalException when reading a HashMap, there is also a possibility that the data in the database is ok but something fails with the automatic schema | |
alter table Hi: After a table built by real data, how to alter table structure, such as: alter table add column ... alter table add index ... TIA gzdillon Lai Yang There are no tables is ObjectDB. Anyway, alter table add column ... This is automatic - just change your class (see Database Schema | |
ObjectDB Parsing taking huge processing time a configuration file with many unused activation keys or having schema with hundreds of complex types | |
ObjectDB Version Upgrade that are difficult to predict without testing. Changes in schema evolution, new features, or query | |
Insert a new entity class in a class hierarchy does not work Hello, we have an entity class hierarchy and we want to insert a new entity in this hierarchy and our database must be automatically updated by schema evolution. Unfortunately it does not work, because the class hierarchy had already always existed and the "new" entity class needed | |
Is there an administration tool with which I could create extra indexes? class in the classpath in order to update the schema . Run the ObjectDB Doctor (in repair mode | |
combined index not used.no- schema -upgrade", "true"); EntityManagerFactory emf = Persistence.createEntityManagerFactory("D:\\odb | |
ObjectDB 2.6.8 Added JPA XML validation schema files to Maven/JEE objectdb.jar. Added automatic release of pessimistic locks on client-server connection failure. Fixed an OptimisticLockException bug on commit after flushing a removed modified entity object. Fixed a NullPointerExeption on new index building | |
ObjectDB 2.8.9_07 Improved the error message on exception during commit, reported in issue #2882 . Improved automatic schema evolution of enum fields. Fixed A NullPointException when using EntityManagerFactory with different class loaders. Fixed a missing call to @PostUpdate when object change is detached by  | |
Enum fields are set to null and embeddable enum class does not show in explorer. It seems the enum class got lost in the schema . Could this be the case because the enum type has the same name as | |
ArrayIndexOutOfBoundException classes are involved? CacheableJobStat ? CacheableJobLog ? Could you describe their schema | |
Allow removal of entity class from ObjectDB & Explorer the Schema / Managed Types list and then deleted by using [Edit Delete] from the menu bar or right click (context menu) and Delete. support Support | |
Error reading UTF string (Serialized Objects in Explorer) of this type in the explorer (by right clicking the type in the Schema tab and selecting Open Tree | |
queries under 2.7.6_4 significantly slower than under 2.7.6) it may help identifying a pattern and finding a solution. If the schema and indexes are the same | |
NPE at com.objectdb.jpa.JpaQuery.getResultList; longpat Brian O'Hare Maybe the server was still running. Schema changes requires server restart . I | |
Collection update does not increase entity version and is not persisted of an old schema , in which the collection was not exist yet (as of changing attachment to attachments | |
ObjectDB 2.7.2_x Doctor Yields "Index Requires Rebuild" Always reports.) CBE CBE In case it helps you (because 2.7.2_05 release notes state "Fixed a bug in schema | |
ObjectDB 2.2.0 schema evolution of modified ancestor classes. Fixed a bug in handling indexes in a new ancestor | |
ObjectDB 2.3.5 parameters display in the Explorer schema window. Fixed merging a new entity object with application set primary key. | |
Unexpected exception (Error 990) on find of my entity look now like this: @Entity @Table( schema ="ebene1") public class MyEntity { protected static | |
ObjectDB 2.9.3 Fixed unstable activation issues. Fixed issue #2954 - using IS NULL (or == null) on parameters in queries. Fixed automatic schema update on renaming or moving an enum type. Fixed issue #2964 (critical) - concurrent update of large objects with version-check=false. | |
ObjectDB 2.7.0 ( issue #1959 ). Fixed a schema evolution bug in handling hierarchy change . Fixed setting JDO's | |
ObjectDB 2.8.6_07 Fixed Explorer issue after schema evolution ( issue #2726 ). | |
Unexpected Exception (java.lang.NullPointerException: Cannot invoke "com.objectdb.o.ORS.Z9())? Are there any recent schema changes to this database or any other changes specific to this application | |
ObjectDB 2.9.2_03 Fixed automatic schema update on renaming or moving an enum type. | |
NullpointerException at a normal select worked well before, it could be the result of a recent schema evolution. Particularly if you changed | |
ObjectDB 2.7.1 #2050 ). Fixed a bug in schema evolution of non entity class to entity class in multi level hierarchy. |