Uses of Class
executing.MapperSideExecuter

Packages that use MapperSideExecuter
executing   
mapping   
 

Uses of MapperSideExecuter in executing
 

Subclasses of MapperSideExecuter in executing
 class MapperSideExecuter_BuiltIn
           
 class MapperSideExecuter_Xgrid
          Xgrid implementation of an execution layer.
 

Uses of MapperSideExecuter in mapping
 

Methods in mapping that return MapperSideExecuter
 MapperSideExecuter Mapper.getExecuter()
           
 

Methods in mapping with parameters of type MapperSideExecuter
 void Mapper.setExecuter(MapperSideExecuter executer)