| 类 | 说明 |
|---|---|
| AssociationCreator |
When models have associations such as one2one, many2one or many2many, tables
should add foreign key column or create intermediate table to make the object
association mapping right.
|
| AssociationUpdater |
Upgrade the associations between model classes into tables.
|
| Connector |
The connector to connect database provided by LitePal.
|
| Dropper |
When developers defined some model classes and define them in the mapping
list.
|
| Generator |
This class is the basic class for managing database dynamically.
|
| Upgrader |
Upgrade the database.
|