Internal Website Search

151-160 of 170 resultsRefresh

Replication error on slave restart

) with 4 entity classes, 5 embeddable classes and 108 entity objects. The master directory

Query to search for common elements in two separate collections.

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

+ static inner classes for entity / embeddable classes.' The JPA2.0 final

Should I be able to persist a JFrame (or gui components in general)?

@Embeddable. It persists. However, when I do "select ce.pJTextField1.text from ContactEditor ce

boolean field flips after schema update (in class) of another field

>null; @Embeddable public static class Application { private

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).

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

ObjectDB 2.7.2

embeddable class. Fixed a possible collision of using multiple servers with a shared

NullPointerException: Cannot invoke "com.objectdb.o.RFV.S()" because "" is null

; children;     }     @Embeddable     

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