| 接口 | 说明 |
|---|---|
| BaseBean |
general operation definition for accessing a record from database
|
| Constant |
constant declare
|
| IBeanConverter<L,R> | |
| IFuzzyMatchFilter<K> |
模糊搜索匹配接口
|
| IFuzzyMatchFilter.MatchErrorHandler<K> | |
| IRowMetaData | |
| IStringMatchFilter |
字符串模糊搜索匹配接口
|
| SqlRunner | |
| TableListener<B> |
Listener that is notified of table changes.
|
| TableManager<B extends BaseBean> |
Interface to handle database calls (save, load, count, etc...) for table.
|
| TableManager.Action<B> | |
| TableManager.DoEach<B> |
interface for iterate
|
| 类 | 说明 |
|---|---|
| BaseFuzzyMatchFilter<K> | |
| BaseFuzzyMatchFilter.BaseStringMatchFilter |
线程安全(thread safe)的模糊查询匹配接口实现基类
|
| BaseFuzzyMatchFilter.RegexFilter | |
| BaseRow |
abstract implementation of
BaseBean |
| BeanConverter<L extends BaseBean,R> | |
| ColumnGetter<T> | |
| IBeanConverter.AbstractHandle<L,R> |
Default abstract implementation of
IBeanConverter |
| RowMetaData |
meta data used to define a table
|
| SimpleLog |
简单日志输出工具类
|
| TableListener.Adapter<B> |
This adapter class provides default implementations for the
methods declared by the
TableListener interface. |
| 枚举 | 说明 |
|---|---|
| Constant.JdbcProperty |
JDBC property name definition
|
| Constant.UpdateStrategy |
Update strategy for cache
|
| StringMatchType |
字符串模糊匹配类型
|
Copyright © 2020. All Rights Reserved.