Class SimilarTerms

  • All Implemented Interfaces:
    java.io.Serializable, Executor.Work

    public class SimilarTerms
    extends SearchAction
    Search to find similar terms to some given terms.
    Since:
    Beta4
    See Also:
    Serialized Form
    • Constructor Detail

      • SimilarTerms

        public SimilarTerms​(SearchValues values,
                            java.lang.String... terms)
    • Method Detail

      • doWork

        @Transactional(readOnly=true)
        public java.lang.Object doWork​(org.hibernate.Session s,
                                       ome.system.ServiceFactory sf)
        Description copied from interface: Executor.Work
        Work method. Must return all results coming from Hibernate via the Object return method.
        Parameters:
        s - non null.
        sf - non null.
        Returns:
        Any results which will be used by non-wrapped code.