Package | Description |
---|---|
org.mybatis.generator.config |
Modifier and Type | Method and Description |
---|---|
ModelType |
Context.getDefaultModelType() |
ModelType |
TableConfiguration.getModelType() |
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 © 2010–2018 MyBatis.org. All rights reserved.