JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
X
_
B
BaseEntityWrap
- Class in
org.noear.wood.mapper
Created by noear on 19-12-11.
BaseMapperWrap
<
T
> - Class in
org.noear.wood.mapper
Created by noear on 19-12-11.
BaseMapperWrap(DbContext, Class<?>, String)
- Constructor for class org.noear.wood.mapper.
BaseMapperWrap
BaseMapperWrap(DbContext, BaseMapper<T>)
- Constructor for class org.noear.wood.mapper.
BaseMapperWrap
build(Map)
- Method in interface org.noear.wood.xml.
IXmlSqlBuilder
builder
- Variable in class org.noear.wood.xml.
XmlSqlBlock
C
call(Object, DbContext, String, Class<?>, MethodWrap, Object[])
- Method in class org.noear.wood.mapper.
MapperInvokeForAnn
call(Object, DbContext, String, Class<?>, MethodWrap, Object[])
- Method in class org.noear.wood.mapper.
MapperInvokeForBas
call(Object, DbContext, String, Class<?>, MethodWrap, Object[])
- Method in class org.noear.wood.mapper.
MapperInvokeForXml
callDo(Object, DbContext, Method, Object[])
- Method in class org.noear.wood.mapper.
MapperInvokeForBas
createMapper(DbContext, Class<T>)
- Method in class org.noear.wood.impl.
IMapperAdaptorPlusImpl
印映一个接口代理
createMapper(DbContext, String, Map<String, Object>)
- Method in class org.noear.wood.impl.
IMapperAdaptorPlusImpl
印映一份数据
createMapperBase(DbContext, Class<T>, String)
- Method in class org.noear.wood.impl.
IMapperAdaptorPlusImpl
createProxy(Class<?>, DbContext)
- Static method in class org.noear.wood.mapper.
MapperUtil
生成代理实例
createXmlProcedure(DbContext, String, Map<String, Object>)
- Method in class org.noear.wood.impl.
IMapperAdaptorPlusImpl
D
db()
- Method in class org.noear.wood.mapper.
BaseMapperWrap
db
- Variable in class org.noear.wood.mapper.
MapperHandler
DbXmlsqlProcedure
- Class in
org.noear.wood.xml
Created by noear on 19-10-14.
DbXmlsqlProcedure(DbContext)
- Constructor for class org.noear.wood.xml.
DbXmlsqlProcedure
delete(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
deleteById(Object)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
deleteByIds(Iterable)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
deleteByMap(Map<String, Object>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
E
entityClz
- Variable in class org.noear.wood.mapper.
BaseEntityWrap
entityClz()
- Method in class org.noear.wood.mapper.
BaseMapperWrap
实体类
entityType()
- Method in class org.noear.wood.mapper.
BaseMapperWrap
实体类型
exec(DbContext, String, Map<String, Object>, Class<?>, Type)
- Static method in class org.noear.wood.mapper.
MapperUtil
exec(DbContext, XmlSqlBlock, String, Map<String, Object>, Class<?>, Type)
- Static method in class org.noear.wood.mapper.
MapperUtil
exists(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
existsById(Object)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
F
formatAppendTags(XmlSqlBlock, Map, Object)
- Method in class org.noear.wood.xml.
XmlSqlBlock
formatRemoveTags(XmlSqlBlock, Map)
- Method in class org.noear.wood.xml.
XmlSqlBlock
G
get(BaseMapper)
- Static method in class org.noear.wood.mapper.
BaseEntityWrap
get(String)
- Static method in class org.noear.wood.xml.
XmlSqlFactory
getClasscode(boolean)
- Method in class org.noear.wood.xml.
XmlSqlBlock
getCommand()
- Method in class org.noear.wood.xml.
DbXmlsqlProcedure
getCommandID()
- Method in class org.noear.wood.xml.
DbXmlsqlProcedure
getJavacode()
- Method in exception org.noear.wood.xml.
XmlSqlException
getMethodcode(boolean)
- Method in class org.noear.wood.xml.
XmlSqlBlock
getQr()
- Method in class org.noear.wood.mapper.
BaseMapperWrap
获取查询器
getQr(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
获取带条件的查询器
getSqlid(Class<?>, Method)
- Static method in class org.noear.wood.mapper.
MapperHandler
getSqlid()
- Method in exception org.noear.wood.xml.
XmlSqlException
getWoodKey()
- Method in class org.noear.wood.xml.
DbXmlsqlProcedure
I
IMapperAdaptorPlusImpl
- Class in
org.noear.wood.impl
IMapperAdaptorPlusImpl()
- Constructor for class org.noear.wood.impl.
IMapperAdaptorPlusImpl
insert(T, boolean)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
insert(T, Act2<T, DataItem>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
插入数据,由外部组装数据
insertList(List<T>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
insertList(List<T>, Act2<T, DataItem>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
批量插入数据
invoke(Object, Method, Object[])
- Method in class org.noear.wood.mapper.
MapperHandler
invoke0(Object, Method, Object[])
- Method in class org.noear.wood.mapper.
MapperHandler
isInsert()
- Method in class org.noear.wood.xml.
XmlSqlBlock
是否为 insert 操作
isSelect()
- Method in class org.noear.wood.xml.
XmlSqlBlock
是否为select 操作
IXmlSqlBuilder
- Interface in
org.noear.wood.xml
L
label
- Variable in class org.noear.wood.xml.
XmlSqlVar
标记,用于区分不同的变量类型 0:cacheClear 1:cacheTag
load()
- Static method in class org.noear.wood.xml.
XmlSqlLoader
加载扩展文件夹(或文件)
M
mapperClz
- Variable in class org.noear.wood.mapper.
MapperHandler
MapperHandler
- Class in
org.noear.wood.mapper
MapperHandler(DbContext, Class<?>)
- Constructor for class org.noear.wood.mapper.
MapperHandler
MapperInvokeForAnn
- Class in
org.noear.wood.mapper
MapperInvokeForAnn()
- Constructor for class org.noear.wood.mapper.
MapperInvokeForAnn
MapperInvokeForBas
- Class in
org.noear.wood.mapper
MapperInvokeForBas()
- Constructor for class org.noear.wood.mapper.
MapperInvokeForBas
MapperInvokeForXml
- Class in
org.noear.wood.mapper
MapperInvokeForXml()
- Constructor for class org.noear.wood.mapper.
MapperInvokeForXml
MapperUtil
- Class in
org.noear.wood.mapper
MapperUtil()
- Constructor for class org.noear.wood.mapper.
MapperUtil
mark
- Variable in class org.noear.wood.xml.
XmlSqlVar
N
name
- Variable in class org.noear.wood.xml.
XmlSqlVar
newType(String)
- Method in class org.noear.wood.xml.
XmlSqlBlock
O
org.noear.wood.impl
- package org.noear.wood.impl
org.noear.wood.mapper
- package org.noear.wood.mapper
org.noear.wood.xml
- package org.noear.wood.xml
P
parse(URL)
- Static method in class org.noear.wood.xml.
XmlSqlCompiler
pkName
- Variable in class org.noear.wood.mapper.
BaseEntityWrap
R
register(String, XmlSqlBlock)
- Static method in class org.noear.wood.xml.
XmlSqlFactory
register(String, IXmlSqlBuilder)
- Static method in class org.noear.wood.xml.
XmlSqlFactory
S
selectArray(String, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectArray(String, int, int, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectById(Object)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectByIds(Iterable)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectByMap(Map<String, Object>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectCount(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectItem(T)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectItem(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectList(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectList(int, int, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectMap(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectMapList(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectMapList(int, int, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectMapPage(int, int, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectMapTop(int, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectPage(int, int, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectReader(Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectReader(int, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectTop(int, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
selectValue(String, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
set(String, Object)
- Method in class org.noear.wood.xml.
DbXmlsqlProcedure
setEntity(Object)
- Method in class org.noear.wood.xml.
DbXmlsqlProcedure
setMap(Map<String, Object>)
- Method in class org.noear.wood.xml.
DbXmlsqlProcedure
sql(String)
- Method in class org.noear.wood.xml.
DbXmlsqlProcedure
T
tableName
- Variable in class org.noear.wood.mapper.
BaseEntityWrap
tableName()
- Method in class org.noear.wood.mapper.
BaseMapperWrap
表名
tablePk()
- Method in class org.noear.wood.mapper.
BaseMapperWrap
主键
tagMap
- Variable in class org.noear.wood.xml.
XmlSqlBlock
tryLoad()
- Static method in class org.noear.wood.xml.
XmlSqlLoader
type
- Variable in class org.noear.wood.xml.
XmlSqlVar
U
UOE
- Static variable in class org.noear.wood.mapper.
MapperHandler
update(T, boolean, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
update(T, Act2<T, DataItem>, Act1<MapperWhereQ>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
updateById(T, boolean)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
updateById(T, Act2<T, DataItem>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
updateList(List<T>, Act2<T, DataItem>, Property<T, ?>...)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
upsert(T, boolean)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
upsert(T, Act2<T, DataItem>)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
新增或修改数据 更新时根据主键更新
upsertBy(T, boolean, String)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
upsertBy(T, Act2<T, DataItem>, String)
- Method in class org.noear.wood.mapper.
BaseMapperWrap
新增或修改数据 更新时根据条件字段更新
V
varComExp
- Static variable in class org.noear.wood.xml.
XmlSqlVar
varList()
- Method in class org.noear.wood.xml.
XmlSqlBlock
varNum
- Variable in class org.noear.wood.xml.
XmlSqlBlock
变量记数器
varPut(XmlSqlVar)
- Method in class org.noear.wood.xml.
XmlSqlBlock
varRepExp
- Static variable in class org.noear.wood.xml.
XmlSqlVar
X
XmlSqlBlock
- Class in
org.noear.wood.xml
XmlSqlBlock()
- Constructor for class org.noear.wood.xml.
XmlSqlBlock
XmlSqlCompiler
- Class in
org.noear.wood.xml
XmlSqlCompiler()
- Constructor for class org.noear.wood.xml.
XmlSqlCompiler
XmlSqlException
- Exception in
org.noear.wood.xml
XmlSqlException(Throwable, CharSequence, CharSequence)
- Constructor for exception org.noear.wood.xml.
XmlSqlException
XmlSqlFactory
- Class in
org.noear.wood.xml
XmlSqlFactory()
- Constructor for class org.noear.wood.xml.
XmlSqlFactory
XmlSqlLoader
- Class in
org.noear.wood.xml
XmlSqlVar
- Class in
org.noear.wood.xml
XmlSqlVar()
- Constructor for class org.noear.wood.xml.
XmlSqlVar
XmlSqlVar(String, String, String)
- Constructor for class org.noear.wood.xml.
XmlSqlVar
_
__nodeMap
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_action
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_cacheClear
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_cacheTag
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_caching
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_classcode
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_classcode2
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_classname
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_declare
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_g
- Static variable in class org.noear.wood.xml.
XmlSqlLoader
_id
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_import
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_methodcode
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_methodcode2
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_namespace
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_param
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_return
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_return_item
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_texts
- Variable in class org.noear.wood.xml.
XmlSqlBlock
_usingCache
- Variable in class org.noear.wood.xml.
XmlSqlBlock
B
C
D
E
F
G
I
L
M
N
O
P
R
S
T
U
V
X
_
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2025. All rights reserved.