- All Implemented Interfaces:
- org.hibernate.dialect.function.SQLFunction
- Direct Known Subclasses:
- MSSQLServerFulltextFunction, OracleFulltextFunction, PostgreSQLFulltextFunction, StandardLikeFulltextFunction
public abstract class FulltextSQLFunction
extends Object
implements org.hibernate.dialect.function.SQLFunction
The fulltext function takes two arguments: The field to be search and the string to search for.
The fulltext function must always be matched in HQL against = 1, e.g. fulltext(content.content,
'mysearch') = 1 BUT if you want the negation use: not (fulltext(content.content,'mysearch'))
- Author:
- Communote GmbH - http://www.communote.com/