| Interface | Description |
|---|---|
| WrappedInvoker<T> |
This is a higher order function that allows implementations to manufacture instances of T and execute Functions
using them.
|
| Class | Description |
|---|---|
| BaseDataAccess |
This is the base class needed for data access classes to operate
under the multi-environment set up.
|
| MyBatisMapperInvoker<TMapper> |
This is a thin generic wrapper around mybatis mappers that encapsulates SQL session management so you can just
invoke mapper methods (more or less) directly.
|
Copyright © 2019. All rights reserved.