Uses of Package
guru.mikelue.jdut.operation
-
Packages that use guru.mikelue.jdut.operation Package Description guru.mikelue.jdut jdata-unit-test(JDUT) is a framework to ease the data building/cleaning for automatic testing, which the test is repeatable without interfere each other.guru.mikelue.jdut.function ForDataGrainOperator
,ReplaceFieldDataDecorator
, this package contains pre-implemented functions of utility.guru.mikelue.jdut.operation The most important objects to effect data to database.guru.mikelue.jdut.vendor.mssql Provides specific functions of MS SQL Server. -
Classes in guru.mikelue.jdut.operation used by guru.mikelue.jdut Class Description DataGrainOperator Operator to execute code by fedDataGrain
.DataRowOperator Operator to execute code by fedDataRow
.DataRowsOperator OperatorFactory Defines the factory to retrieve the target operator by name. -
Classes in guru.mikelue.jdut.operation used by guru.mikelue.jdut.function Class Description DataGrainOperator Operator to execute code by fedDataGrain
.DataGrainOperator.SurroundOperator The operator for surrounding ofDataGrainOperator
. -
Classes in guru.mikelue.jdut.operation used by guru.mikelue.jdut.operation Class Description DataGrainOperator Operator to execute code by fedDataGrain
.DataGrainOperator.SurroundOperator The operator for surrounding ofDataGrainOperator
.DataRowOperator Operator to execute code by fedDataRow
.DataRowOperator.SurroundOperator The operator for surrounding ofDataRowOperator
.DataRowsOperator DataRowsOperator.SurroundOperator The operator for surrounding ofDataRowsOperator
.DefaultOperatorFactory This implementation would cache the found operator in order to improve performance for looking for corresponding operators.DefaultOperatorFactory.Builder Used to configure this factory to support operator-inspection.OperatorFactory Defines the factory to retrieve the target operator by name.TableBasedOperator This operator operates every table only once. -
Classes in guru.mikelue.jdut.operation used by guru.mikelue.jdut.vendor.mssql Class Description DataGrainOperator Operator to execute code by fedDataGrain
.DataRowOperator Operator to execute code by fedDataRow
.