| Package | Description |
|---|---|
| org.mybatis.generator.config |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
Context.getDefaultModelType()
Gets the default model type.
|
ModelType |
TableConfiguration.getModelType()
Gets the model type.
|
static ModelType |
ModelType.getModelType(String type) |
static ModelType |
ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelType[] |
ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Context(ModelType defaultModelType)
Constructs a Context object.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.