Class FulltextSearch.HitMapper

java.lang.Object
com.logicaldoc.core.searchengine.FulltextSearch.HitMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<Hit>
Enclosing class:
FulltextSearch

public static class FulltextSearch.HitMapper extends Object implements org.springframework.jdbc.core.RowMapper<Hit>
  • Constructor Details

    • HitMapper

      public HitMapper(Map<Long,Hit> hitsMap)
  • Method Details