| Package | Description |
|---|---|
| org.nutz.dao |
这是 Nutz 最重要的包之一,它主要围绕着 org.nutz.dao.Dao 接口提供了一系列的功能
|
| org.nutz.dao.impl |
Dao的实现
|
| org.nutz.dao.util.cri |
| Modifier and Type | Method and Description |
|---|---|
static Nesting |
Cnd.nst(Dao dao)
构造一个可嵌套条件,需要dao支持才能映射类与表和属性与列
|
Nesting |
Nesting.select(String names,
Class<?> classOfT,
Condition cnd)
构建一个嵌套sql语句
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleNesting |
| Modifier and Type | Method and Description |
|---|---|
Nesting |
SimpleNesting.select(String names,
Class<?> clazz,
Condition cnd) |
| Modifier and Type | Method and Description |
|---|---|
static SqlExpression |
NestExps.create(String name,
String op,
Nesting value) |
static NestingExpression |
NestExps.eq(String name,
Nesting val) |
static NestingExpression |
NestExps.exitsts(Nesting value) |
static NestingExpression |
NestExps.inSql(String name,
Nesting value) |
static NestingExpression |
NestExps.like(String name,
Nesting value) |
static NestingExpression |
NestExps.notEq(String name,
Nesting val) |
static NestingExpression |
NestExps.otherSymbol(String name,
String op,
Nesting value) |
| Constructor and Description |
|---|
NestingExpression(String name,
String op,
Nesting value) |
Copyright © 2017. All rights reserved.