Package com.saperion.query.fulltext
Class FulltextQueryModifier
java.lang.Object
com.saperion.query.fulltext.FulltextQueryModifier
Util class for the query string modification. The incomming Hibernate query
will be ajusted to the underlying database.
- Author:
- lav
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FulltextQueryModifier
public FulltextQueryModifier(DDC definition, Map<String, String> fromEntityNames, SQLType dbTypeName) Creates an instance of theQueryModifier
class.- Parameters:
definition
-fromEntityNames
- a map containing the mapping between the aliases and the entity namesdbTypeName
- the database type in use
-
-
Method Details
-
adjustQuery
Query adjuster.- Parameters:
hqlQuery
- HQL query- Returns:
- Adjusted query
- Throws:
SaRMIDBException
- SaRMIDBException
-