Oracle Text criteria query in JPA

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
分享
二维码
< <上一篇
下一篇>>