| Package | Description |
|---|---|
| org.apache.cayenne.dbsync.merge.token.db | |
| org.apache.cayenne.dbsync.merge.token.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractToDbToken
Common abstract superclass for all
MergerTokens going from the model
to the database. |
class |
AddColumnToDb |
class |
AddRelationshipToDb |
class |
CreateTableToDb |
class |
DropColumnToDb |
class |
DropRelationshipToDb |
class |
DropTableToDb |
class |
SetAllowNullToDb
A
MergerToken to add a "allow null" clause to a column. |
class |
SetColumnTypeToDb
An
MergerToken to use to set type, length and precision. |
class |
SetGeneratedFlagToDb |
class |
SetNotNullToDb
A
MergerToken to add a "not null" clause to a column. |
class |
SetPrimaryKeyToDb |
class |
SetValueForNullToDb |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractToModelToken
Common abstract superclass for all
MergerTokens going from the database to the
model. |
class |
AddColumnToModel
|
class |
AddRelationshipToModel |
class |
CreateTableToModel
|
class |
DropColumnToModel
|
class |
DropRelationshipToModel |
class |
DropTableToModel
|
class |
SetAllowNullToModel
A
MergerToken to set the mandatory field of a DbAttribute to false |
class |
SetColumnTypeToModel
A
MergerToken that modifies one original DbAttribute to match another
new DbAttributes type, maxLength and precision. |
class |
SetGeneratedFlagToModel |
class |
SetNotNullToModel
A
MergerToken to set the mandatory field of a DbAttribute to true |
class |
SetPrimaryKeyToModel |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.