Package guru.mikelue.jdut.function
For
If you like to caching the value once the supplier has been called, you should use
DataGrainOperator
, ReplaceFieldDataDecorator
, this package contains pre-implemented functions of utility.DatabaseTransactional
Provides database transaction over DataGrainOperator
by surrounding mechanism
.
Supplier with caching value
If you like to caching the value once the supplier has been called, you should use ValueSuppliers.cachedValue(<your_supplier>)
to build a supplier which caches value.-
Interface Summary Interface Description OperatorPredicate Used withDefaultOperatorFactory.Builder
to check the matching condition for operators of vendor. -
Class Summary Class Description DatabaseSurroundOperators Builds surrounding operator with database operations.DatabaseTransactional As surrounding of operation data grain for transactional wrapping.DataFieldPredicates DataRowBuilderPredicates ValueSuppliers This utility builds special version ofSupplier
.