Class Complement

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

    public class Complement
    extends SearchAction
    Complement SearchAction which combines two other search actions into one logical unit, e.g.
     A - B
     
    Since:
    3.0-Beta3
    See Also:
    Search.and(), Serialized Form
    • Method Detail

      • doWork

        @Transactional(readOnly=true)
        public java.lang.Object doWork​(org.hibernate.Session session,
                                       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:
        session - non null.
        sf - non null.
        Returns:
        Any results which will be used by non-wrapped code.