DocumentMutator
interface that help modify a Document
in a
type-safe manner are located in this package.See: Description
Interface | Description |
---|---|
DocumentMutator<DOC extends Document> |
Class | Description |
---|---|
ColumnMutator<DOC extends Column> | |
DbmsMutator<DOC extends Dbms> | |
ForeignKeyColumnMutator<DOC extends ForeignKeyColumn> | |
ForeignKeyMutator<DOC extends ForeignKey> | |
IndexColumnMutator<DOC extends IndexColumn> | |
IndexMutator<DOC extends Index> | |
PrimaryKeyColumnMutator<DOC extends PrimaryKeyColumn> | |
ProjectMutator<DOC extends Project> | |
SchemaMutator<DOC extends Schema> | |
TableMutator<DOC extends Table> |
DocumentMutator
interface that help modify a Document
in a
type-safe manner are located in this package.
This package is part of the API. Modifications to classes here should only (if ever) be done in major releases.
Copyright © 2017 Speedment, Inc.. All rights reserved.