DOC
- document typepublic class SchemaMutator<DOC extends Schema> extends Object implements HasEnabledMutator<DOC>, HasIdMutator<DOC>, HasNameMutator<DOC>, HasAliasMutator<DOC>
Constructor and Description |
---|
SchemaMutator(DOC schema) |
Modifier and Type | Method and Description |
---|---|
Table |
addNewTable() |
DOC |
document() |
void |
put(String key,
Object value) |
void |
setDefaultSchema(Boolean defaultSchema) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setEnabled
setId
setAlias
setName
public SchemaMutator(DOC schema)
public void setDefaultSchema(Boolean defaultSchema)
public Table addNewTable()
public final DOC document()
document
in interface DocumentMutator<DOC extends Document>
public final void put(String key, Object value)
put
in interface DocumentMutator<DOC extends Document>
Copyright © 2017 Speedment, Inc.. All rights reserved.