| 接口 | 说明 |
|---|---|
| BaseBean |
general operation definition for accessing a record from database
|
| ColumnCodec |
数据库字段编解码器
|
| Constant |
constant declare
|
| IBeanConverter<L,R> | |
| IDataSourceConfig |
interface for datasource configuration
|
| 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
|
| TableManagerProvider |
获取
TableManager实例的接口 |
| 类 | 说明 |
|---|---|
| ArraySupport | |
| BaseColumnCodec | |
| BaseFuzzyMatchFilter<K> | |
| BaseFuzzyMatchFilter.BaseStringMatchFilter |
线程安全(thread safe)的模糊查询匹配接口实现基类
|
| BaseFuzzyMatchFilter.RegexFilter | |
| BaseRow |
abstract implementation of
BaseBean |
| BaseTypeColumnCodec |
基本数据类型(Number,Boolean,Date,byte[],ByteBuffer)编解码实现
|
| BeanConverter<L extends BaseBean,R> | |
| ColumnGetter<T> | |
| IBeanConverter.AbstractHandle<L,R> |
Default abstract implementation of
IBeanConverter |
| IndexMetaData | |
| ListenerContainer<B> |
container for multiple listener management
|
| MapConverter<L extends BaseBean,R extends java.util.Map> |
converter between
BaseBean class and Map class |
| RowMetaData |
meta data used to define a table
|
| SimpleLog |
简单日志输出工具类
|
| Sql2javaSupport | |
| TableListener.Adapter<B> |
This adapter class provides default implementations for the
methods declared by the
TableListener interface. |
| TableManagerProviders | |
| UnnameRow |
| 枚举 | 说明 |
|---|---|
| ColumnVisibility |
字段可见度定义
|
| Constant.JdbcProperty |
JDBC property name definition
|
| Constant.UpdateStrategy |
Update strategy for cache
|
| ListenerContainer.FireType |
type of fire listener source:LOCAL,ROW_OBSERVER,default:LOCAL OR null
|
| StringMatchType |
字符串模糊匹配类型
|
Copyright © 2024. All Rights Reserved.