ObjectDB Database Search
151-191 of 191 resultsobjectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation.Main: 52: final static private boolean DO_TEST_ ENUM _WRAPPER = true; So an EnumValue object is built ... ); ... if (DO_TEST_ ENUM _WRAPPER) { log_info("*** Test deep value EnumValue wrapper ***"); EnumValue ev = new EnumValue (model, project, " enum value", ExampleEnum.first); model.addOwnedElement(ev | |
EM close causes an exception.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.lang. Enum (java.util.ArrayList and java.lang. Enum are in module java.base of loader 'bootstrap') java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.lang. Enum (java.util.ArrayList and java | |
jakarta.persistence.criteria.CriteriaBuilder.Trimspec.BOTH Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.criteria.CriteriaBuilder.Trimspec BOTH Trim from both ends. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.criteria.Predicate.BooleanOperator.AND Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.criteria.Predicate.BooleanOperator AND Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.FlushModeType.COMMIT Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.FlushModeType COMMIT Flushing to occur at transaction commit. The provider may flush at other times, but is not required to. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.FlushModeType.AUTO Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.FlushModeType AUTO (Default) Flushing to occur at query execution. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.FetchType.LAZY Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.FetchType LAZY Data may be lazily fetched. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.FetchType.EAGER Jakarta Persistence (JPA) Enum Constant in jakarta.persistence.FetchType EAGER Data must be eagerly fetched. Since: Jakarta Persistence (JPA) 1.0 | |
jakarta.persistence.MapKeyEnumerated.value Jakarta Persistence (JPA) Method in jakarta.persistence.MapKeyEnumerated EnumType value (Optional) The type used in mapping a map key enum type. Default: EnumType.ORDINAL Since: Jakarta Persistence (JPA) 1.0 | |
Pre-detach loading: retrieval by navigation not working in if statement when it has enhanced an entity class. As a result of this strategy it also hits: - Some Enum ... ] strategy it also hits: - Some Enum and Interface types that are (for better or worse) in those same ... using JAD decompiler and the enhancer does not seem to make any difference to Enum and Interface class | |
Upgrade to 2.4.1_03.lang. Enum .valueOf( Enum .java:195) at com.contextspace.AddressTest$InstantMessagingAddress$IM | |
Native ObjectDB Support for EnumSet ? values ? For example: WHERE o.es == ES.A | ES.B | ES.C Thank you ! geekox86 Mohannad AlAwad Embedded enum ... to see the enum set values in the Explorer (but you can instantiate it as EnumSet ). JDO/JDOQL (single | |
ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`). One possible cause is a type being changed from a non-entity class (for example, an enum , or a class | |
Error opening database with ObjectDB Explorer when using composite key @IdClass(PersonId.class) public class Person { public enum Gender {FEMALE, MALE}; @Id private String id | |
Maven Enhancement with OSGi Plugins Hello, I've an OSGi environment and try to enhance Classes with Maven as it is described in your tutorials. Now I get ClassNotFoundException's with some entity classes, which contains enums from other plugins. Is there a way to include classes in enhancement process? Thanks for your help | |
Adding EntityListener Throws Unexpected Internal Exception; private SomeClass someClass; ... Setter/Getter, Map, Enum & other primitive fields | |
@Convert is not supported? that it seems i'm the only one ever needed to make entities singletone, (I cant make them an Enum , as those are not | |
Searching lists within objects enum (more efficient). An alternative solution is to use embedded objects: @Entity @Index(members | |
possible index required for improving query performance Hi, I have the following entity class: @Entity @Table @Indices({ @Index(members={"relationshipType", "party"}), @Index(members={"relationshipType", "otherParty"}), @Index(members={"relationshipType"}) }) @XmlRootElement public class Relationship implements Comparable { public static enum | |
Feature Request: Improved ObjectDB Explorer the database (including enum and collections, for instance) even though object databases have schemas | |
Compress ODB file with XML content (which have repeating values), with enum or references to separate entity objects that wrap theses | |
Why are my Map entries not stored?; [...] } public enum State { OPEN("Offen"),   | |
How to pass a list in query for a list field of entity.; } public enum SocialMedia { Facebook, Twitter, Instagram, Whatsapp } } I need all the agents | |
Attempt to store an instance of a non persistable type static final long serialVersionUID = 7417072929572142416L; public enum Level { TRACE, DEBUG, INFO | |
ClassCastException during query retrieved objects. support Support Hello, I solved the issue. It seems that the class which is an enum and caused the class cast exception must be also enhanced. I moved the enum to an entity package ... EmbeddedSystems Interesting. Thank you for the update. ObjectDB doesn't usually enhance enum classes (i.e | |
ArrayIndexOutOfBoundsException with enhanced Entity.. it seems that when I do remove an enum property from Embed_A it works as well so it looks more or less that the enum in Embed_A causes issues though its a pretty basic thing: enum Test { APPLE, PIE } class EmbedA { private Test test; ... } quasado Alexander Adam hi, ok, one issue was the enum | |
JPA Composite Key make Object Db throws "Unexpected exception (Error 990)"; } My BookId contains 2 attributes: One Integer and one enum . These attributes are compliant ... have pointed out the problem. It's comes from the " enum " type which is not correctly taken into ... be reproduced with a simple ( not embedded Id ) key with an enum type. Here is the code : package test | |
ObjectDB 2.7.0 with a different return type. Fixed a bug in using java.lang. Enum as a field/property type (and not a specific enum type). Fixed a critical "Enhancement ... is old" bug when using property access mode | |
@Enumerated(EnumType.STRING) annotation inhibits proper execution of IN expressions. When the following annotation is present on an enum type entity field: @Enumerated(EnumType.STRING) Queries using JPQL IN expressions on this field won't work correctly anymore. This issue ... is a list of Enums ). See also the attached test case (play with adding and removing the Enumerated | |
ObjectDB 2.5.1 Added support of editing enum values in the Explorer. Added logging of type registration . Added error message when using mapped by (inverse) collections and maps of invalid types. Changed JOIN FETCH to act as LEFT JOIN in path expressions. Updated the PDF manual. Fixed a possible deadlock | |
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  | |
ObjectDB 2.5.6 in comparing String based enum to NULL in queries. Fixed an activation issue with hosteurope | |
ObjectDB 2.8.8 ( issue #2794 ). Fixed an enum optimization regression ( issue #2794 ). Fixed a temporary files locking issue on Linux ( issue #2794 ). | |
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.4.2 Fixed a bug in handling mapped super class with no primary key ( issue #864 ). Fixed a bug in handling enum in the primary key ( issue #852 ). Fixed an initialization of inverse (mapped by) fields by JOIN FETCH ( issue #854 ). Fixed type checking of query parameters. Changed merge implementation | |
ObjectDB 2.9.2_03 Fixed automatic schema update on renaming or moving an enum type. | |
ObjectDB 2.6.2 in using EnumType.STRING based enum collection as a query parameter ( issue #1639 ). Fixed | |
ObjectDB 2.8.7_06 Attempt to fix an enum optimization regression ( issue #2794 ). | |
ObjectDB 2.9.0 evaluation. Improved automatic schema evolution of enum fields. Improved exception throwing from | |
ObjectDB 2.5.3 Added support for casting from boolean to int in queries. Changed default value of . Fixed a critical Explorer bug that interferes with queries on enum fields. Fixed a multithreading conflict (missing synchronization) in the JPA metamodel API. Fixed implementation of casting ( as ) in criteria queries. | |
ObjectDB 2.8.3 Added support of Java 8 date and time types (issues #1495 , #2564 ). Added information in the Explorer on consumed database space ( feature request #2540 ). Fixed handling enum types that implement interfaces in the Explorer ( Issue #2542 ). Improved memory cleaning when entity objects |