Oracle Text criteria query in JPA
•
Java
Can I execute JPA criteria query using the contains statement of Oracle Text? If so, how?
Solution
Doubt API exists in all RDBMS and provides some constructs, such as "like" / "substring". When used for text column on Oracle, it can be mapped to some content of this form, but they may only use standard SQL There is no standard way to adhere to this
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码