-
- Type Parameters:
ENTITY- tyep
- All Known Subinterfaces:
PersistOperation<ENTITY>,RemoveOperation<ENTITY>,UpdateOperation<ENTITY>
public interface Operation<ENTITY>- Author:
- Per Minborg
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOperation.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Manager<ENTITY>manager()Returns the Manager for this Operation.Operation.Typetype()Returns the type of Operation.
-
-
-
Method Detail
-
manager
Manager<ENTITY> manager()
Returns the Manager for this Operation.- Returns:
- the Manager for this Operation
-
type
Operation.Type type()
Returns the type of Operation.- Returns:
- the type of Operation
-
-