Package | Description |
---|---|
org.smallframework.springboot | |
sf.database | |
sf.database.util |
Modifier and Type | Field and Description |
---|---|
protected OrmValueUtils.BeanValueType |
SmallOrmProperties.beanValueType
bean转换方式
|
Modifier and Type | Method and Description |
---|---|
OrmValueUtils.BeanValueType |
SmallOrmProperties.getBeanValueType() |
Modifier and Type | Method and Description |
---|---|
void |
SmallOrmProperties.setBeanValueType(OrmValueUtils.BeanValueType beanValueType) |
Modifier and Type | Field and Description |
---|---|
protected OrmValueUtils.BeanValueType |
OrmConfig.beanValueType
bean转换方式
快速设置bean方法 使用unsafe实现
|
Modifier and Type | Method and Description |
---|---|
OrmValueUtils.BeanValueType |
OrmConfig.getBeanValueType() |
Modifier and Type | Method and Description |
---|---|
void |
OrmConfig.setBeanValueType(OrmValueUtils.BeanValueType beanValueType) |
Modifier and Type | Method and Description |
---|---|
static OrmValueUtils.BeanValueType |
OrmValueUtils.BeanValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrmValueUtils.BeanValueType[] |
OrmValueUtils.BeanValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T,U> U |
OrmValueUtils.getValue(T obj,
ColumnMapping cm,
OrmValueUtils.BeanValueType beanValueType) |
static <T> void |
OrmValueUtils.setValue(T obj,
ColumnMapping cm,
Object value,
OrmValueUtils.BeanValueType beanValueType) |
Copyright © 2020. All rights reserved.