python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
criteria query mongodb - spring boot - regex- pattern: start with
I have one string variable value="System.Ram.*" ,which will use to fetch any property start with System.Ram (e.g. System.Ram.dell,System.Ram.intel etc.)
I want to use something like this:
Cr...

Gopal Sakhwala
Votes: 0
Answers: 1
How to pass a HashMap to CriteriaBuilder and add to Predicates list
I am currently receiving a Map<String, String> in the API request body. I have an entity,
class TagEntity {
@Column(name = "name", length = 128, nullable = false)
private Strin...
nehacharya
Votes: 0
Answers: 1
CriteriaAPI + subquery creates wrong SQL (invalid identifier)
Not sure what I'm dong wrong so I'm guessing this is a bug. I'm trying to create a simple subquery but Eclipselink produces wrong SQL so the execution fails.
Error message
[EL Warning]: 2022-01-17 17:...
jansohn
Votes: 0
Answers: 0
Get Path data or Compare Elements of Path<List<X>> for Predicate
I am trying to construct a predicate that will succeed if any of the elements of a List, referenced by a Path<List<X>>, satisfy equality for one of the members of X.
However, I cannot dete...
Gumpf
Votes: 0
Answers: 0