ObjectDB Database Search
101-131 of 131 resultsNew to Product & Having An Issue.Domain; ...imports.... @ Embeddable @Access(AccessType.PROPERTY) public class DomainId implements | |
@ElementCollection query returning extra result per element in collection is defined as entity rather than as embeddable . It may help understanding the difference between | |
Performance issue in a query due to compareTo calls could be valid if TCStep would be defined as @ Embeddable rather than as @ Entity (this may possibly improve | |
embedded objects marked final not persisted. Discovered that embedded objects marked final are not persisted. I'm not exactly sure why that should the case. Is this a bug? dmoshal David Moshal Final fields are treated as transient regardless of their type. If you mean that declaring the embeddable class as transient causes | |
Embedded in JDO metadata not working in objectDB 2.x ? the class as entity again (just for the query) and then back to embeddable . Alternatively, probably | |
ClassCastException on SELECT NEW ... after UPDATE over Java RMI; em.getMetamodel(). embeddable (FileNameDTO.class);   | |
persistence.xml classes not respected by ObjectDB Hi! I have the following persistence.xml. The problem is that ObjectDB loads all the classes in P1 (+ their embeddable classes). P2 is created properly, but P1 gets all entity classes (from P2 also). How can this be avoided, so that both P1 and P2 get just the classes that were specified to each | |
How to use regular expressions in Criteria Builder; @ Embeddable @Data @AllArgsConstructor @NoArgsConstructor public class TempPhysicalPartDetails { String | |
Upgrade to 2.4.1_02 Hi there, The upgrade to 2.4.1_02 fixed the initial problem, however there still seems to be an issue. To me it appears that Embeddable might be being lazy loaded, but I cannot be sure. I have attached a testcase demonstrating this issue. Its failing on the merge. Thanks P. pedwards Paul Edwards | |
object creation during pmf.getPersistenceManager() of every user defined persistable type (entity class / embeddable class / persistence capable class | |
Automatic schema evolution causes ArrayOutOfBoundsException Hi, I did 2 modification to our schema. Our schema looked like this: class Entity - List permissions class ServiceProvider extends Entity - String name class Airline extends Entity - String name - String iata Now I changed the List to List (Permission is an embeddable class), the fields name | |
Persist error @ManyToMany how to define correct entities relationships if they were embeddable entities) i added screenshot of the explorer package testodb; import java | |
Object explorer cannot open odb file. ObjectDB many-to-many relationship; @ Embeddable public static class PK {   | |
Adding multi part path index on non-embedable object member to one entity class (and additional embeddable classes) but cannot spread over multiple entity classes | |
ClassCastException on closing PersistenceManager indicates an issue in the implementation of the new embeddable detachment feature. Since this feature | |
Unexpected exception (error 990) @ Embeddable public class Persona implements Serializable { protected String DNI; protected String nombre | |
Replication error on slave restart embeddable classes and 108 entity objects. The master directory contains an empty database file (sm.odb | |
Query to search for common elements in two separate collections. in a new entity or embeddable class that would wrap the collection with its hash code. support | |
Concerning coding style of the example in the posting instructions inner classes for entity / embeddable classes.' The JPA2.0 final spect states: 'The entity class | |
[ObjectDB 2.2.5_02] Unexpected exception (Error 990) com.objectdb.o.InternalException: java.lang.NullPointerException: null; } } And its embedded primary key @ Embeddable @Access(AccessType.PROPERTY) public class | |
ObjectDB 2.6.5 in querying enhanced embeddable classes. Fixed server crash on exceeding maximum number | |
Lazy retrieval by access not working correctly private LocalizedValues names; ... } @ Embeddable public class LocalizedValues implements Serializable | |
ObjectDB 2.8.9_05 Added an option to exclude inherited @Id fields in embeddable classes. | |
ObjectDB 2.4.7 Fixed bugs in cascading merge and refresh. Fixed an internal java.lang.ArrayStoreException bug (com.objectdb.o.InvToOneLoadRequest). Fixed a regression bug (starting 2.4.4_13) in handling embeddable types. Fixed a performance regression (since 2.4.4_01) in query result retrieval. Added INFO | |
InternalException when using MEMBER OF on a large list in a query the exception - storing large objects with long primary keys is not very efficient, because non embeddable | |
Problem using "and" for joined entities and indexed fields; @ Embeddable static class Child {   | |
boolean field flips after schema update (in class) of another field application = null ; @ Embeddable public static class Application { private boolean instruction = false | |
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 | |
Bean Validation (JPA 2.0) JPA 2 adds support for integration with the Bean Validation API. Constraints that are defined for entity and embeddable classes by using annotations can be checked automatically on PrePersist, PreUpdate and PreRemove JPA lifecycle events. Integration with the Validation API is not supported yet by | |
ObjectDB 2.7.2 definition to a new defined embeddable class. Fixed a possible collision of using multiple servers | |
NullPointerException: Cannot invoke "com.objectdb.o.RFV.S()" because " |