I have an application for which I would like to use OpenJPA, and it involves
the PostgreSQL tsearch(full text search) facility.

Now obviously I would not expect OpenJPA to understand or use (directly) 
tsearch, so I assume that I can do the actual searches using the facility that
OpenJPA has to use real SQL.

But in order to use tsearch, I need to set up a column of type tsvector, 
which is course is not something that OpenJPA can be expected to understand.
So the question is how do I tell it to ignore it, i.e. to allow it to exist
but not to try to use it.

Has anyone else tried using tsearch with OpenJPA (or any other JPA provider
come to that)?

David

Reply via email to