Class FulltextQueryModifier

java.lang.Object
com.saperion.query.fulltext.FulltextQueryModifier

public class FulltextQueryModifier extends Object
Util class for the query string modification. The incomming Hibernate query will be ajusted to the underlying database.
Author:
lav
  • Constructor Details

    • FulltextQueryModifier

      public FulltextQueryModifier(DDC definition, Map<String,String> fromEntityNames, SQLType dbTypeName)
      Creates an instance of the QueryModifier class.
      Parameters:
      definition -
      fromEntityNames - a map containing the mapping between the aliases and the entity names
      dbTypeName - the database type in use
  • Method Details