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, setUseFulltextFeature
getConnectionProviderClassName, getDatepartSQLFunction, getFulltextParameterValue
protected String getSpecificFulltextParameterValue(String pattern, org.hibernate.criterion.MatchMode matchMode)
getSpecificFulltextParameterValue
in class FulltextSupportingDatabaseConfiguration
pattern
- the search stringmatchMode
- the match mode to useprotected org.hibernate.dialect.function.SQLFunction getSpecificFulltextSQLFunction()
getSpecificFulltextSQLFunction
in class FulltextSupportingDatabaseConfiguration
public boolean isExtendSubselectsWithOuterConditions()
See the MSSQL Implementation for an example.
isExtendSubselectsWithOuterConditions
in interface DatabaseConfiguration
isExtendSubselectsWithOuterConditions
in class StandardDatabaseConfiguration
Copyright © 2019 Communote team. All rights reserved.