| 接口 | 说明 |
|---|---|
| IAtom |
IAtom support transaction of database.
|
| ICallback |
ICallback provide a JDBC Connection if you need it or the active record plugin can not satisfy
you requirement.
|
| IContainerFactory | |
| IDataSourceProvider |
IDataSourceProvider
ActiveRecordPlugin constructor accept DataSourceProvider and DataSource
|
| 类 | 说明 |
|---|---|
| ActiveRecordPlugin |
ActiveRecord plugin.
|
| CaseInsensitiveContainerFactory | |
| CaseInsensitiveContainerFactory.CaseInsensitiveMap | |
| CaseInsensitiveContainerFactory.CaseInsensitiveSet | |
| Config | |
| CPI |
Cross Package Invoking pattern for package activerecord.
|
| Db |
Db.
|
| DbKit |
DbKit
|
| DbPro |
DbPro.
|
| Model<M extends Model> |
Model.
|
| ModelBuilder |
ModelBuilder.
|
| ModelRecordElResolver |
ModelRecordElResolver
|
| OneConnectionPerThread |
One Connection Per Thread for one request.
|
| OrderedFieldContainerFactory | |
| Page<T> |
Page is the result of Model.paginate(......) or Db.paginate(......)
|
| Record |
Record
|
| RecordBuilder |
RecordBuilder.
|
| SqlReporter |
SqlReporter.
|
| Sqls |
外部存取 sql 语句的工具类.
|
| Table |
Table save the table meta info like column name and column type.
|
| TableMapping |
TableMapping save the mapping between model class and table.
|
| 异常错误 | 说明 |
|---|---|
| ActiveRecordException |
ActiveRecordException
|
| NestedTransactionHelpException |
NestedTransactionHelpException
Notice the outer transaction that the nested transaction return false |
Copyright © 2015. All rights reserved.