Package ome.services.util
Class Executor.SimpleSqlWork
- java.lang.Object
-
- ome.services.util.Executor.Descriptive
-
- ome.services.util.Executor.SimpleSqlWork
-
- All Implemented Interfaces:
Executor.SqlWork
- Enclosing interface:
- Executor
public abstract static class Executor.SimpleSqlWork extends Executor.Descriptive implements Executor.SqlWork
Simple adapter which takes a String forExecutor.Descriptive.description
-
-
Field Summary
-
Fields inherited from class ome.services.util.Executor.Descriptive
description
-
-
Constructor Summary
Constructors Constructor Description SimpleSqlWork(java.lang.Object o, java.lang.String method, java.lang.Object... params)
-
Method Summary
-
Methods inherited from class ome.services.util.Executor.Descriptive
description
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ome.services.util.Executor.SqlWork
description, doWork
-
-