You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you referring to Spring Data JPA? If so the Criteria API is part of JPA and not Spring Data JPA. I therefore would consider an example for it out of scope here.
Are you referring to Spring Data JPA? If so the Criteria API is part of JPA and not Spring Data JPA. I therefore would consider an example for it out of scope here.
I´m refering to example with org.springframework.data.elasticsearch.core.query.Criteria class with a nested field annotated with @Field(type = FieldType.nested).
Any chance of an example of a Criteria query refering to a nested field.
The text was updated successfully, but these errors were encountered: