public class OracleDatabaseConfiguration extends FulltextSupportingDatabaseConfiguration
COMMUNOTE_CONNECTION_PROVIDER_CLASS
Constructor and Description |
---|
OracleDatabaseConfiguration() |
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 Oracle
|
getFulltextParameterValue, getFulltextSQLFunction, getWildcardPattern, getWildcardPattern, isUseFulltextFeature, setUseFulltextFeature
getConnectionProviderClassName, getDatepartSQLFunction, getFulltextParameterValue, isExtendSubselectsWithOuterConditions
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
Copyright © 2019 Communote team. All rights reserved.