is there a way to convert a where clause
to a CriteriaQuery
Predicate Object?
I'm looking into JSqlParser
to parse a where clause, but before I start trying it myself I wonder if there is already a simple solution out there.
is there a way to convert a where clause
to a CriteriaQuery
Predicate Object?
I'm looking into JSqlParser
to parse a where clause, but before I start trying it myself I wonder if there is already a simple solution out there.