Interface Command<T>
-
- All Known Implementing Classes:
AbstractNativeQuery,AbstractQuery,BaseChangeTenantIdCmd,ExecuteChangeTenantIdCmd,GetLockValueCmd,GetPropertiesCmd,GetTableCountCmd,GetTableMetaDataCmd,LockCmd,ReleaseLockCmd,SimulateChangeTenantIdCmd,TablePageQueryImpl
public interface Command<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Texecute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
T execute(CommandContext commandContext)
-
-