Package | Description |
---|---|
org.nutz.dao.impl.entity.macro | |
org.nutz.dao.impl.jdbc |
数据库方言
|
org.nutz.dao.impl.sql |
自定义Sql及抽象Sql结构
|
org.nutz.dao.impl.sql.pojo | |
org.nutz.dao.jdbc | |
org.nutz.dao.sql | |
org.nutz.dao.util |
Dao工具集
|
Modifier and Type | Method and Description |
---|---|
SqlType |
ElFieldMacro.getSqlType() |
SqlType |
SqlFieldMacro.getSqlType() |
Modifier and Type | Method and Description |
---|---|
Pojo |
AbstractJdbcExpert.createPojo(SqlType type) |
NutPojo |
NutPojo.setSqlType(SqlType sqlType) |
Modifier and Type | Method and Description |
---|---|
SqlType |
NutStatement.getSqlType() |
Modifier and Type | Method and Description |
---|---|
Pojo |
NutPojoMaker.makePojo(SqlType type) |
DaoStatement |
NutStatement.setSqlType(SqlType sqlType) |
Modifier and Type | Method and Description |
---|---|
protected SqlType |
AbstractPItem.getSqlType() |
Modifier and Type | Method and Description |
---|---|
Pojo |
JdbcExpert.createPojo(SqlType type)
根据类型创建一个 SQL 语句的实例
|
Modifier and Type | Method and Description |
---|---|
SqlType |
DaoStatement.getSqlType() |
static SqlType |
SqlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlType[] |
SqlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Pojo |
PojoMaker.makePojo(SqlType type) |
Modifier and Type | Method and Description |
---|---|
static Pojo |
Pojos.pojo(JdbcExpert expert,
Entity<?> en,
SqlType type) |
Copyright © 2019. All rights reserved.