ObjectDB Database Search
151-185 of 185 resultsUpgrade 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 | |
Should I be able to persist a JFrame (or gui components in general)? JTextField, and set it as @ Embeddable . It persists. However, when I do "select ce.pJTextField1.text from | |
Spatial queries with ObjectDB and embeddable classes (defined by your application), and use ObjectDB ability to combine Java | |
How to creat a Query with Sql which returns a List marks How can i get out of the db my Athlete Objekt his list marks collection with a createQuery Sql-Statement. the Mark and Athlete Object do not really have a primary or secondary key together, the list mark is just stored in the athletes object, not as an embeddable but as an entity. i tried | |
Pre-detach loading: retrieval by navigation not working in if statement Why are using an entity class as a boolean wrapper rather than embeddable class | |
Eager Fetch is not stable for collection or map types?; ....... } @ Embeddable public class Player { ...... } public class GameDAO { ...... public Game | |
Use on GIS possible? framework: for example, storing custom geometry objects as @ Embeddable , and adding additional numeric | |
Field in Generic Class not persisted? javax.persistence. Embeddable ; import javax.persistence.Entity; import javax.persistence.EntityManager | |
How to move @Embedable collection to a dedicated entity class?; @OneToMany(orphanRemoval = true, cascade = CascadeType.ALL) List children; } @ Embeddable class Child{ @Id | |
Upgrade to 2.4.1_01), which is wrong, as Contactdetails is Embeddable , the annotation should be @Embedded. Neither annotation works | |
Bulk update of embedded entities in linked list Hi, I'm trying to do a bulk update of a column in an embedded entity, but I end up with a query execution error because of the "." between the column name of the parent entity and column name of the child entity. The column in the parent entity represents a linked list of an embeddable class | |
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 " | |
Exception upon index definition change Hello, I have the following types: @ Embeddable public class ChangeSetRef { private long index; private String role; } @Index (members = {"refs.role", "refs.index"}) @Entity public class ChangeSet { @ElementCollection   | |
Weird issue with variable naming.persistence.CascadeType; import javax.persistence. Embeddable ; import javax.persistence.Entity; import | |
ObjectDB 2.8.3 with embeddable elements are detached. Improved handling query results that include managed hollow | |
InternalException - error reading field from "queue" database? entity objects? embeddable objects? serializable objects? Did you use that specific database in | |
ObjectDB 2.8.2 Added support of deleting classes in the Explorer. Improved memory cleaning when entity objects with embeddable elements are detached. Improved handling query results that include managed hollow objects. Removed false alarms by the Doctor. Fixed a deadlock ( issue #2512 ) on closing |