Package | Description |
---|---|
org.smallframework.springboot | |
sf.database | |
sf.database.template |
Modifier and Type | Field and Description |
---|---|
protected TemplateType |
SmallOrmProperties.sqlTemplateType
使用的sql模板类型
|
Modifier and Type | Method and Description |
---|---|
TemplateType |
SmallOrmProperties.getSqlTemplateType() |
Modifier and Type | Method and Description |
---|---|
void |
SmallOrmProperties.setSqlTemplateType(TemplateType sqlTemplateType) |
Modifier and Type | Field and Description |
---|---|
protected TemplateType |
OrmConfig.sqlTemplateType
使用的sql模板类型
|
Modifier and Type | Method and Description |
---|---|
TemplateType |
OrmConfig.getSqlTemplateType() |
Modifier and Type | Method and Description |
---|---|
void |
OrmConfig.setSqlTemplateType(TemplateType sqlTemplateType) |
Modifier and Type | Method and Description |
---|---|
static TemplateType |
TemplateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateType[] |
TemplateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.