Interface Executor.Work<X>

    • Method Detail

      • doWork

        X doWork​(org.hibernate.Session session,
                 ome.system.ServiceFactory sf)
        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.