public class MSSQLServerDatabaseConfiguration extends FulltextSupportingDatabaseConfiguration
COMMUNOTE_CONNECTION_PROVIDER_CLASS| Constructor and Description |
|---|
MSSQLServerDatabaseConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getSpecificFulltextParameterValue(String pattern,
org.hibernate.criterion.MatchMode matchMode)
Take the pattern and match mode an return the parameter value to be used in the fulltext
query.
|
protected org.hibernate.dialect.function.SQLFunction |
getSpecificFulltextSQLFunction()
Will return s SQL Function rendering the "CONTAINS" of MSSQL
|
boolean |
isExtendSubselectsWithOuterConditions()
Determine if subselects should be extended by using conditions of the outer clause.
|
getFulltextParameterValue, getFulltextSQLFunction, getWildcardPattern, getWildcardPattern, isUseFulltextFeature, setUseFulltextFeaturegetConnectionProviderClassName, getDatepartSQLFunction, getFulltextParameterValueprotected String getSpecificFulltextParameterValue(String pattern, org.hibernate.criterion.MatchMode matchMode)
getSpecificFulltextParameterValue in class FulltextSupportingDatabaseConfigurationpattern - the search stringmatchMode - the match mode to useprotected org.hibernate.dialect.function.SQLFunction getSpecificFulltextSQLFunction()
getSpecificFulltextSQLFunction in class FulltextSupportingDatabaseConfigurationpublic boolean isExtendSubselectsWithOuterConditions()
See the MSSQL Implementation for an example.
isExtendSubselectsWithOuterConditions in interface DatabaseConfigurationisExtendSubselectsWithOuterConditions in class StandardDatabaseConfigurationCopyright © 2019 Communote team. All rights reserved.