public class PostgreSQLFulltextFunction extends FulltextSQLFunction
Constructor and Description |
---|
PostgreSQLFulltextFunction(String textSearchConfigurationName)
See http://www.postgresql.org/docs/9.1/static/sql-createtsconfig.html or
http://www.postgresql.org/docs/9.1/static/textsearch.html for more information
|
Modifier and Type | Method and Description |
---|---|
String |
render(org.hibernate.type.Type firstArgumentType,
List arguments,
org.hibernate.engine.SessionFactoryImplementor factory) |
getReturnType, hasArguments, hasParenthesesIfNoArguments
public PostgreSQLFulltextFunction(String textSearchConfigurationName)
textSearchConfigurationName
- name of the text search configuration to be used, e.g. simple or english (without
any quotes)Copyright © 2019 Communote team. All rights reserved.