| Class | Description |
|---|---|
| AbstractToModelToken |
Common abstract superclass for all
MergerTokens going from the database to the
model. |
| AddColumnToModel | |
| AddRelationshipToModel | |
| CreateTableToModel | |
| DropColumnToModel | |
| DropRelationshipToModel | |
| DropTableToModel | |
| SetAllowNullToModel |
A
MergerToken to set the mandatory field of a DbAttribute to false |
| SetColumnTypeToModel |
A
MergerToken that modifies one original DbAttribute to match another
new DbAttributes type, maxLength and precision. |
| SetGeneratedFlagToModel | |
| SetNotNullToModel |
A
MergerToken to set the mandatory field of a DbAttribute to true |
| SetPrimaryKeyToModel |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.