ObjectDB Database Search

1-12 of 12 results

Paths and Types in JPQL and Criteria API

expression) and uses the dot ( . ) operator to navigate through persistent fields to other objects ... whose type is a persistable user class can be extended further by reusing the dot (.) operator ... persistable class. The dot (.) operator cannot be applied to collections, maps and values of simple

ObjectDB Object Database Features

Expressions Path navigation expressions using the dot (.) operator. Comparison operators (

AnnotationRef jakarta.persistence.OrderBy

must correspond to columns for which comparison operators are supported. The dot ( . ) notation ... with the dot notation is the name of the respective embedded field or property. The OrderBy annotation ... . When specifying an ordering over an element collection of embeddable type, the dot notation must be used

AnnotationRef jakarta.persistence.Convert

. To override conversion mappings at multiple levels of embedding, a dot ( . ) notation form must be used ... of each identifier used with the dot notation is the name of the respective embedded field or property. The dot notation may also be used with map entries: When this annotation is applied to a map

AnnotationRef jakarta.persistence.ManyToMany

to specify the relationship field or property of the embeddable class. The dot ( . ) notation syntax ... attribute. The value of each identifier used with the dot notation is the name of the respective embedded

AnnotationRef jakarta.persistence.AssociationOverride

at multiple levels of embedding, a dot ( . ) notation syntax must be used in the name element to indicate an attribute within an embedded attribute. The value of each identifier used with the dot

AnnotationRef jakarta.persistence.OneToOne

class. The dot ( . ) notation syntax must be used in the mappedBy element to indicate the relationship attribute within the embedded attribute. The value of each identifier used with the dot notation

AnnotationRef jakarta.persistence.ManyToOne

of the embeddable field or property on the owning side of the relationship. The dot ( . ) notation ... attribute. The value of each identifier used with the dot notation is the name of the respective

AnnotationRef jakarta.persistence.AttributeOverride

value. To override mappings at multiple levels of embedding, a dot ( . ) notation form must be used ... identifier used with the dot notation is the name of the respective embedded field or property

Navigation through Path to evaluate collection

Hello, I need to evaluate a field ("identifier") which is situated in a collection, within an entity. As stated in the documentation it is not possible to navigate there with the dot operator since its a collection. Is it there a way to evaluate this field? Here is the query, the entity

Bulk update of embedded entities in linked list

;                 .executeUpdate();   The dot before

ODB Doctor Stops Progressing (runs forever)

Hi, I have an issue with the ODB Doctor running endlessly on a 1.35GB ODB file.  It gets to three progress dots quickly then stops progressing, all while consuming 100% CPU until killed ... goes to 5 progress dots before stopping.  It looks like it's hitting some sort of resource