跳过导航链接
A B C D E F G H I J L M N O P R S T U V X _ 

A

abort(Executor) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
AbstractRoutingDataSource - org.noear.solon.data.datasource中的类
可路由数据源
AbstractRoutingDataSource() - 类 的构造器org.noear.solon.data.datasource.AbstractRoutingDataSource
 
accept(BeanWrap) - 类 中的方法org.noear.solon.data.cache.CacheServiceWrapConsumer
 
add(String, String, int) - 类 中的方法org.noear.solon.data.cache.CacheTags
为缓存添加一个标签
add(TranNode) - 类 中的方法org.noear.solon.data.tran.impl.DbTranNode
添加孩子节点
add(TranListener) - 类 中的方法org.noear.solon.data.tran.TranListenerSet
添加监听器
add(TranNode) - 接口 中的方法org.noear.solon.data.tran.TranNode
添加孩子事务
afterCommit() - 接口 中的方法org.noear.solon.data.tran.TranListener
提交之后
afterCommit() - 类 中的方法org.noear.solon.data.tran.TranListenerSet
提交之后
afterCompletion(int) - 接口 中的方法org.noear.solon.data.tran.TranListener
完成之后
afterCompletion(int) - 类 中的方法org.noear.solon.data.tran.TranListenerSet
完成之后
annotationType() - 类 中的方法org.noear.solon.data.annotation.TranAnno
 
apply(RunnableEx) - 类 中的方法org.noear.solon.data.tran.impl.TranDbImpl
 
apply(RunnableEx) - 类 中的方法org.noear.solon.data.tran.impl.TranDbNewImpl
 
apply(RunnableEx) - 类 中的方法org.noear.solon.data.tran.impl.TranMandatoryImpl
 
apply(RunnableEx) - 类 中的方法org.noear.solon.data.tran.impl.TranNeverImpl
 
apply(RunnableEx) - 类 中的方法org.noear.solon.data.tran.impl.TranNotImpl
 
apply(RunnableEx) - 接口 中的方法org.noear.solon.data.tran.TranNode
应用事务
applyDo(Stack<TranEntity>, TranNode, Tran, RunnableEx) - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
应用事务

B

beforeCommit(boolean) - 接口 中的方法org.noear.solon.data.tran.TranListener
提交之前(可以出异常触发回滚)
beforeCommit(boolean) - 类 中的方法org.noear.solon.data.tran.TranListenerSet
提交之前
beforeCompletion() - 接口 中的方法org.noear.solon.data.tran.TranListener
完成之前
beforeCompletion() - 类 中的方法org.noear.solon.data.tran.TranListenerSet
完成之前
buildByInv(Invocation) - 类 中的静态方法org.noear.solon.data.util.InvKeys
基于调用构建Key
buildByTmlAndInv(String, Invocation) - 类 中的静态方法org.noear.solon.data.util.InvKeys
基于模板与调用构建Key
buildByTmlAndInv(String, Invocation, Object) - 类 中的静态方法org.noear.solon.data.util.InvKeys
基于模板与调用构建Key
buildDs(Properties) - 类 中的静态方法org.noear.solon.data.datasource.DsUtils
 
buildDs(Properties, Class<?>) - 类 中的静态方法org.noear.solon.data.datasource.DsUtils
 
buildDsMap(Properties) - 类 中的静态方法org.noear.solon.data.datasource.DsUtils
构建数据源字典
buildDsMap(Properties, Class<?>) - 类 中的静态方法org.noear.solon.data.datasource.DsUtils
构建数据源字典

C

Cache - org.noear.solon.data.annotation中的注释类型
缓存注解器 注意:针对 Controller、Service、Dao 等所有基于MethodWrap运行的目标,才有效
cache(Cache, Invocation, SupplierEx) - 类 中的方法org.noear.solon.data.cache.CacheExecutorImp
添加缓存
CacheExecutorImp - org.noear.solon.data.cache中的类
缓存执行器
CacheExecutorImp() - 类 的构造器org.noear.solon.data.cache.CacheExecutorImp
 
CacheFactory - org.noear.solon.data.cache中的接口
缓存服务工厂
cacheFactoryAdd(String, CacheFactory) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
注册缓存工厂
cacheFactoryGet(String) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
获取缓存工厂
CacheInterceptor - org.noear.solon.data.cache.interceptor中的类
缓存拦截器
CacheInterceptor() - 类 的构造器org.noear.solon.data.cache.interceptor.CacheInterceptor
 
CacheLib - org.noear.solon.data.cache中的类
缓存服务库管理
CacheLib() - 类 的构造器org.noear.solon.data.cache.CacheLib
 
CachePut - org.noear.solon.data.annotation中的注释类型
缓存更新注解器(之前有缓存才会被更新;不然无法进行类型检测) 注意:针对 Controller、Service、Dao 等所有基于MethodWrap运行的目标,才有效
cachePut(CachePut, Invocation, Object) - 类 中的方法org.noear.solon.data.cache.CacheExecutorImp
缓存更新
CachePutInterceptor - org.noear.solon.data.cache.interceptor中的类
缓存更新拦截器
CachePutInterceptor() - 类 的构造器org.noear.solon.data.cache.interceptor.CachePutInterceptor
 
CacheRemove - org.noear.solon.data.annotation中的注释类型
缓存移除注解器 注意:针对 Controller、Service、Dao 等所有基于MethodWrap运行的目标,才有效
cacheRemove(CacheRemove, Invocation, Object) - 类 中的方法org.noear.solon.data.cache.CacheExecutorImp
清除移除
CacheRemoveInterceptor - org.noear.solon.data.cache.interceptor中的类
缓存移除拦截器
CacheRemoveInterceptor() - 类 的构造器org.noear.solon.data.cache.interceptor.CacheRemoveInterceptor
 
CacheService - org.noear.solon.data.cache中的接口
缓存服务接口(用于支持@Cache相关注解)
cacheServiceAdd(String, CacheService) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
添加缓存服务
cacheServiceAddIfAbsent(String, CacheService) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
添加缓存服务
cacheServiceGet(String) - 类 中的静态方法org.noear.solon.data.cache.CacheLib
获取缓存服务
cacheServiceMap() - 类 中的静态方法org.noear.solon.data.cache.CacheLib
缓存服务集合;只读
CacheServiceSupplier - org.noear.solon.data.cache中的类
CacheService 供应者,根据注册的工厂获取对应的缓存服务
CacheServiceSupplier(Properties) - 类 的构造器org.noear.solon.data.cache.CacheServiceSupplier
 
CacheServiceWrapConsumer - org.noear.solon.data.cache中的类
缓存服务事件监控器。
CacheServiceWrapConsumer() - 类 的构造器org.noear.solon.data.cache.CacheServiceWrapConsumer
 
CacheTags - org.noear.solon.data.cache中的类
缓存标签管理器
CacheTags(CacheService) - 类 的构造器org.noear.solon.data.cache.CacheTags
 
CacheTagsService - org.noear.solon.data.cache中的接口
支持标签的缓存服务
CacheTagsServiceImpl - org.noear.solon.data.cache中的类
支持标签的缓存服务实现
CacheTagsServiceImpl(CacheService) - 类 的构造器org.noear.solon.data.cache.CacheTagsServiceImpl
 
children - 类 中的变量org.noear.solon.data.tran.impl.DbTranNode
孩子节点
clear() - 类 中的方法org.noear.solon.data.cache.LocalCacheService
表空
clearWarnings() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
close() - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
close() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
close() - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
close() - 类 中的方法org.noear.solon.data.tran.ConnectionProxy
 
close() - 类 中的方法org.noear.solon.data.tran.impl.DbTran
 
close() - 类 中的方法org.noear.solon.data.tran.impl.DbTranNode
关闭
closeDataSource(DataSource) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
尝试关闭数据源
code - 枚举 中的变量org.noear.solon.data.tran.TranPolicy
 
commit() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
commit() - 类 中的方法org.noear.solon.data.tran.ConnectionProxy
 
commit() - 类 中的方法org.noear.solon.data.tran.impl.DbTran
 
commit() - 类 中的方法org.noear.solon.data.tran.impl.DbTranNode
提交
ConnectionProxy - org.noear.solon.data.tran中的类
连接代理(用于事务控制)
ConnectionProxy(Connection) - 类 的构造器org.noear.solon.data.tran.ConnectionProxy
 
ConnectionWrapper - org.noear.solon.data.datasource中的类
连接包装器
ConnectionWrapper(Connection) - 类 的构造器org.noear.solon.data.datasource.ConnectionWrapper
 
create(Properties) - 接口 中的方法org.noear.solon.data.cache.CacheFactory
创建缓存服务
create(Properties) - 类 中的方法org.noear.solon.data.cache.LocalCacheFactoryImpl
 
create(Tran) - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
创建一个事务节点
createArrayOf(String, Object[]) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
createBlob() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
createClob() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
createNClob() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
createSQLXML() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
createStatement() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
createStatement(int, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
createStatement(int, int, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
createStruct(String, Object[]) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
current() - 类 中的静态方法org.noear.solon.data.tran.TranManager
获取当前事务
currentRemove() - 类 中的静态方法org.noear.solon.data.tran.TranManager
移移当前事务
currentSet(DbTran) - 类 中的静态方法org.noear.solon.data.tran.TranManager
设置当前事务

D

DataSourceProxy - org.noear.solon.data.tran中的类
数据源代理(用于事务控制)
DataSourceProxy(DataSource) - 类 的构造器org.noear.solon.data.tran.DataSourceProxy
 
DataSourceSupplier - org.noear.solon.data.datasource中的类
数据源提供者(根据配置,自动构建)
DataSourceSupplier(Properties) - 类 的构造器org.noear.solon.data.datasource.DataSourceSupplier
 
DataSourceWrapper - org.noear.solon.data.datasource中的类
数据源包装器
DataSourceWrapper(DataSource) - 类 的构造器org.noear.solon.data.datasource.DataSourceWrapper
 
DbTran - org.noear.solon.data.tran.impl中的类
数据事务
DbTran(Tran) - 类 的构造器org.noear.solon.data.tran.impl.DbTran
 
DbTranNode - org.noear.solon.data.tran.impl中的类
数据事务节点(用于生成事务树)
DbTranNode() - 类 的构造器org.noear.solon.data.tran.impl.DbTranNode
 
defaultTargetDataSource - 类 中的变量org.noear.solon.data.datasource.AbstractRoutingDataSource
 
deserialize(String, Type) - 类 中的方法org.noear.solon.data.cache.impl.JavabinSerializer
 
deserialize(String, Type) - 类 中的方法org.noear.solon.data.cache.impl.JsonSerializer
 
deserializeDo(ClassLoader, byte[]) - 类 中的方法org.noear.solon.data.cache.impl.JavabinSerializer
反序列化
determineCurrentKey() - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
确定当前数据源键
determineCurrentTarget() - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
确定当前目标数据源
determineCurrentTarget() - 接口 中的方法org.noear.solon.data.datasource.RoutingDataSource
确定当前目标数据源
doIntercept(Invocation) - 类 中的方法org.noear.solon.data.cache.interceptor.CacheInterceptor
 
doIntercept(Invocation) - 类 中的方法org.noear.solon.data.cache.interceptor.CachePutInterceptor
 
doIntercept(Invocation) - 类 中的方法org.noear.solon.data.cache.interceptor.CacheRemoveInterceptor
 
doIntercept(Invocation) - 类 中的方法org.noear.solon.data.tran.interceptor.TranInterceptor
 
DsUtils - org.noear.solon.data.datasource中的类
数据源工具
DsUtils() - 类 的构造器org.noear.solon.data.datasource.DsUtils
 

E

EmptyCacheService - org.noear.solon.data.cache中的类
空缓存服务
EmptyCacheService() - 类 的构造器org.noear.solon.data.cache.EmptyCacheService
 
equals(Object) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
execute(RunnableEx) - 类 中的方法org.noear.solon.data.tran.impl.DbTran
 
execute(Tran, RunnableEx) - 接口 中的方法org.noear.solon.data.tran.TranExecutor
执行
execute(Tran, RunnableEx) - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
执行事务
execute(Tran, RunnableEx) - 类 中的静态方法org.noear.solon.data.tran.TranUtils
执行事务

F

forNotRoot(Stack<TranEntity>, Tran, RunnableEx) - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
执行非根节点的事务
forRoot(Stack<TranEntity>, Tran, RunnableEx) - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
执行根节点的事务

G

get(String) - 接口 中的方法org.noear.solon.data.cache.CacheService
已过时。
2.5
get(String, Type) - 接口 中的方法org.noear.solon.data.cache.CacheService
获取
get(String, Class<T>) - 接口 中的方法org.noear.solon.data.cache.CacheService
获取
get() - 类 中的方法org.noear.solon.data.cache.CacheServiceSupplier
 
get(String, Type) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
 
get(String, Type) - 类 中的方法org.noear.solon.data.cache.EmptyCacheService
 
get(String, Type) - 类 中的方法org.noear.solon.data.cache.LocalCacheService
获取
get(String, Type) - 类 中的方法org.noear.solon.data.cache.SecondCacheService
 
get() - 类 中的方法org.noear.solon.data.datasource.DataSourceSupplier
 
getAutoCommit() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getCatalog() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getClientInfo(String) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getClientInfo() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getConnection() - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
getConnection(String, String) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
getConnection() - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
getConnection(String, String) - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
getConnection() - 类 中的方法org.noear.solon.data.tran.DataSourceProxy
 
getConnection(DataSource) - 类 中的方法org.noear.solon.data.tran.impl.DbTran
 
getConnection(DataSource) - 接口 中的方法org.noear.solon.data.tran.TranExecutor
获取链接
getConnection(DataSource) - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
获取链接
getConnection(DataSource) - 类 中的静态方法org.noear.solon.data.tran.TranUtils
获取链接
getConnection() - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
getConnection(String, String) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
getConnectionProxy(DataSource) - 类 中的静态方法org.noear.solon.data.tran.TranUtils
获取链接代理(一般,用于第三方框架事务对接)
getDataSourceProxy(DataSource) - 类 中的静态方法org.noear.solon.data.tran.TranUtils
获取数据源代理(一般,用于第三方框架事务对接)
getDefalutSeconds() - 类 中的方法org.noear.solon.data.cache.LocalCacheService
 
getHoldability() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getIndex() - 接口 中的方法org.noear.solon.data.tran.TranListener
顺序位
getLoginTimeout() - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
getLoginTimeout() - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
getLoginTimeout() - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
getLogWriter() - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
getLogWriter() - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
getLogWriter() - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
getMeta() - 类 中的方法org.noear.solon.data.tran.impl.DbTran
 
getMetaData() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getNetworkTimeout() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getOrStore(String, Type, int, Supplier<T>) - 接口 中的方法org.noear.solon.data.cache.CacheService
获取或者存储
getOrStoreTag(String, Type, int, Supplier<T>, String...) - 接口 中的方法org.noear.solon.data.cache.CacheTagsService
获取或者存储
getOrStoreTag(String, Class<T>, int, Supplier<T>, String...) - 接口 中的方法org.noear.solon.data.cache.CacheTagsService
获取或者存储
getParentLogger() - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
getParentLogger() - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
getParentLogger() - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
getReal() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getReal() - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
getSchema() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getTransactionIsolation() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getTypeMap() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
getWarnings() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
global - 类 中的静态变量org.noear.solon.data.cache.CacheExecutorImp
 
global - 类 中的静态变量org.noear.solon.data.tran.TranExecutorDefault
 

H

hashCode() - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 

I

instance - 类 中的静态变量org.noear.solon.data.cache.impl.JavabinSerializer
 
instance - 类 中的静态变量org.noear.solon.data.cache.impl.JsonSerializer
 
instance - 类 中的静态变量org.noear.solon.data.cache.LocalCacheService
 
instance - 类 中的静态变量org.noear.solon.data.tran.interceptor.TranInterceptor
 
inTrans() - 接口 中的方法org.noear.solon.data.tran.TranExecutor
是否在事务中
inTrans() - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
是否在事务中
inTrans() - 类 中的静态方法org.noear.solon.data.tran.TranUtils
是否在事务中
inTransAndReadOnly() - 接口 中的方法org.noear.solon.data.tran.TranExecutor
是否在事务中且只读
inTransAndReadOnly() - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
是否在事务中且只读
inTransAndReadOnly() - 类 中的静态方法org.noear.solon.data.tran.TranUtils
是否在事务中且只读
InvKeys - org.noear.solon.data.util中的类
拦截动作模板处理
InvKeys() - 类 的构造器org.noear.solon.data.util.InvKeys
 
isClosed() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
isolation() - 类 中的方法org.noear.solon.data.annotation.TranAnno
 
isolation(TranIsolation) - 类 中的方法org.noear.solon.data.annotation.TranAnno
 
isReadOnly() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
isValid(int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
isWrapperFor(Class<?>) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
isWrapperFor(Class<?>) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
isWrapperFor(Class<?>) - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
isWrapperFor(Class<?>) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 

J

JavabinSerializer - org.noear.solon.data.cache.impl中的类
Javabin 序列化实现
JavabinSerializer() - 类 的构造器org.noear.solon.data.cache.impl.JavabinSerializer
 
JsonSerializer - org.noear.solon.data.cache.impl中的类
Json 序列化实现
JsonSerializer() - 类 的构造器org.noear.solon.data.cache.impl.JsonSerializer
 
JsonSerializer(boolean) - 类 的构造器org.noear.solon.data.cache.impl.JsonSerializer
 

L

level - 枚举 中的变量org.noear.solon.data.tran.TranIsolation
 
listen(TranListener) - 类 中的方法org.noear.solon.data.tran.impl.DbTran
监听
listen(TranListener) - 接口 中的方法org.noear.solon.data.tran.TranExecutor
监听
listen(TranListener) - 类 中的方法org.noear.solon.data.tran.TranExecutorDefault
 
listen(TranListener) - 类 中的静态方法org.noear.solon.data.tran.TranUtils
监听事务
local - 类 中的变量org.noear.solon.data.tran.TranExecutorDefault
 
LocalCacheFactoryImpl - org.noear.solon.data.cache中的类
 
LocalCacheFactoryImpl() - 类 的构造器org.noear.solon.data.cache.LocalCacheFactoryImpl
 
LocalCacheService - org.noear.solon.data.cache中的类
默认缓存服务
LocalCacheService() - 类 的构造器org.noear.solon.data.cache.LocalCacheService
 
LocalCacheService(int) - 类 的构造器org.noear.solon.data.cache.LocalCacheService
 
LocalCacheService(Properties) - 类 的构造器org.noear.solon.data.cache.LocalCacheService
 
lock(String) - 类 中的方法org.noear.solon.data.util.StringMutexLock

M

message() - 类 中的方法org.noear.solon.data.annotation.TranAnno
 
message(String) - 类 中的方法org.noear.solon.data.annotation.TranAnno
 

N

name() - 类 中的方法org.noear.solon.data.cache.impl.JavabinSerializer
 
name() - 类 中的方法org.noear.solon.data.cache.impl.JsonSerializer
 
nativeSQL(String) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 

O

ObjectInputStreamEx - org.noear.solon.data.cache.impl中的类
ObjectInputStream 增加类加载控制
ObjectInputStreamEx(ClassLoader, InputStream) - 类 的构造器org.noear.solon.data.cache.impl.ObjectInputStreamEx
 
org.noear.solon.data.annotation - 程序包 org.noear.solon.data.annotation
 
org.noear.solon.data.cache - 程序包 org.noear.solon.data.cache
 
org.noear.solon.data.cache.impl - 程序包 org.noear.solon.data.cache.impl
 
org.noear.solon.data.cache.interceptor - 程序包 org.noear.solon.data.cache.interceptor
 
org.noear.solon.data.datasource - 程序包 org.noear.solon.data.datasource
 
org.noear.solon.data.integration - 程序包 org.noear.solon.data.integration
 
org.noear.solon.data.tran - 程序包 org.noear.solon.data.tran
 
org.noear.solon.data.tran.impl - 程序包 org.noear.solon.data.tran.impl
 
org.noear.solon.data.tran.interceptor - 程序包 org.noear.solon.data.tran.interceptor
 
org.noear.solon.data.util - 程序包 org.noear.solon.data.util
 

P

parent - 类 中的变量org.noear.solon.data.tran.impl.DbTranNode
父节点
policy() - 类 中的方法org.noear.solon.data.annotation.TranAnno
 
policy(TranPolicy) - 类 中的方法org.noear.solon.data.annotation.TranAnno
 
prepareCall(String) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
prepareCall(String, int, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
prepareCall(String, int, int, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
prepareStatement(String) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
prepareStatement(String, int, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
prepareStatement(String, int, int, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
prepareStatement(String, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
prepareStatement(String, int[]) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
prepareStatement(String, String[]) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 

R

readOnly() - 类 中的方法org.noear.solon.data.annotation.TranAnno
 
readOnly(boolean) - 类 中的方法org.noear.solon.data.annotation.TranAnno
 
releaseSavepoint(Savepoint) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
remove(String) - 接口 中的方法org.noear.solon.data.cache.CacheService
移除
remove(String) - 类 中的方法org.noear.solon.data.cache.CacheTags
移除标签相关的所有缓存
remove(String) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
 
remove(String) - 类 中的方法org.noear.solon.data.cache.EmptyCacheService
 
remove(String) - 类 中的方法org.noear.solon.data.cache.LocalCacheService
移除
remove(String) - 类 中的方法org.noear.solon.data.cache.SecondCacheService
 
removeTag(String...) - 接口 中的方法org.noear.solon.data.cache.CacheTagsService
移除
removeTag(String...) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
 
resolveClass(ObjectStreamClass) - 类 中的方法org.noear.solon.data.cache.impl.ObjectInputStreamEx
 
rollback() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
rollback(Savepoint) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
rollback() - 类 中的方法org.noear.solon.data.tran.ConnectionProxy
 
rollback() - 类 中的方法org.noear.solon.data.tran.impl.DbTran
 
rollback() - 类 中的方法org.noear.solon.data.tran.impl.DbTranNode
回滚
RoutingDataSource - org.noear.solon.data.datasource中的接口
可路由数据源

S

SecondCacheService - org.noear.solon.data.cache中的类
二级缓存服务
SecondCacheService(CacheService, CacheService) - 类 的构造器org.noear.solon.data.cache.SecondCacheService
 
SecondCacheService(CacheService, CacheService, int) - 类 的构造器org.noear.solon.data.cache.SecondCacheService
 
serialize(Object) - 类 中的方法org.noear.solon.data.cache.impl.JavabinSerializer
 
serialize(Object) - 类 中的方法org.noear.solon.data.cache.impl.JsonSerializer
 
serializeDo(Object) - 类 中的方法org.noear.solon.data.cache.impl.JavabinSerializer
 
Serializer<T> - org.noear.solon.data.cache中的接口
已过时。
2.8
setAutoCommit(boolean) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setCatalog(String) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setClientInfo(String, String) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setClientInfo(Properties) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setDefaultTargetDataSource(DataSource) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
设置默认目标数据源
setDriverClassName(String) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
setHoldability(int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setLoginTimeout(int) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
setLoginTimeout(int) - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
setLoginTimeout(int) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
setLogWriter(PrintWriter) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
setLogWriter(PrintWriter) - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
setLogWriter(PrintWriter) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
setNetworkTimeout(Executor, int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setPassword(String) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
setReadOnly(boolean) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setSavepoint() - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setSavepoint(String) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setSchema(String) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setStrict(boolean) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
设置严格模式
setTargetDataSources(Map<String, DataSource>) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
设置目标数据源集合(替换掉旧的)
setTransactionIsolation(int) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setTypeMap(Map<String, Class<?>>) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
setUrl(String) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
setUsername(String) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
start(AppContext) - 类 中的方法org.noear.solon.data.integration.XPluginImpl
 
STATUS_COMMITTED - 接口 中的静态变量org.noear.solon.data.tran.TranListener
提交完成状态
STATUS_ROLLED_BACK - 接口 中的静态变量org.noear.solon.data.tran.TranListener
回滚状态
STATUS_UNKNOWN - 接口 中的静态变量org.noear.solon.data.tran.TranListener
未知状态
store(String, Object, int) - 接口 中的方法org.noear.solon.data.cache.CacheService
保存
store(String, Object, int) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
 
store(String, Object, int) - 类 中的方法org.noear.solon.data.cache.EmptyCacheService
 
store(String, Object, int) - 类 中的方法org.noear.solon.data.cache.LocalCacheService
保存
store(String, Object, int) - 类 中的方法org.noear.solon.data.cache.SecondCacheService
 
storeTag(String, Object, int, String...) - 接口 中的方法org.noear.solon.data.cache.CacheTagsService
保存
storeTag(String, Object, int, String...) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
 
strict - 类 中的变量org.noear.solon.data.datasource.AbstractRoutingDataSource
严格模式(启用后在未匹配到指定数据源时候会抛出异常,不启用则使用默认数据源.)
StringMutexLock - org.noear.solon.data.util中的类
字符串排它锁
StringMutexLock() - 类 的构造器org.noear.solon.data.util.StringMutexLock
 

T

targetDataSources - 类 中的变量org.noear.solon.data.datasource.AbstractRoutingDataSource
 
Tran - org.noear.solon.data.annotation中的注释类型
事务注解
TranAnno - org.noear.solon.data.annotation中的类
事务注解类
TranAnno() - 类 的构造器org.noear.solon.data.annotation.TranAnno
 
TranDbImpl - org.noear.solon.data.tran.impl中的类
数据事务实现。
TranDbImpl(Tran) - 类 的构造器org.noear.solon.data.tran.impl.TranDbImpl
 
TranDbNewImpl - org.noear.solon.data.tran.impl中的类
数据新事务实现。
TranDbNewImpl(Tran) - 类 的构造器org.noear.solon.data.tran.impl.TranDbNewImpl
 
TranExecutor - org.noear.solon.data.tran中的接口
事务执行器
TranExecutorDefault - org.noear.solon.data.tran中的类
事务执行器实现 基于 节点 与 栈管理
TranExecutorDefault() - 类 的构造器org.noear.solon.data.tran.TranExecutorDefault
 
TranInterceptor - org.noear.solon.data.tran.interceptor中的类
事务拦截器
TranInterceptor() - 类 的构造器org.noear.solon.data.tran.interceptor.TranInterceptor
 
TranIsolation - org.noear.solon.data.tran中的枚举
事务隔离级别
TranListener - org.noear.solon.data.tran中的接口
事务监听器
TranListenerSet - org.noear.solon.data.tran中的类
事务监听集合
TranListenerSet() - 类 的构造器org.noear.solon.data.tran.TranListenerSet
 
TranManager - org.noear.solon.data.tran中的类
事务管理器
TranManager() - 类 的构造器org.noear.solon.data.tran.TranManager
 
tranMandatory - 类 中的变量org.noear.solon.data.tran.TranExecutorDefault
 
TranMandatoryImpl - org.noear.solon.data.tran.impl中的类
支持当前事务,如果没有事务则报错(不需要入栈)
TranMandatoryImpl() - 类 的构造器org.noear.solon.data.tran.impl.TranMandatoryImpl
 
tranNever - 类 中的变量org.noear.solon.data.tran.TranExecutorDefault
 
TranNeverImpl - org.noear.solon.data.tran.impl中的类
以无事务的方式执行,如果当前有事务则报错(不需要入栈)
TranNeverImpl() - 类 的构造器org.noear.solon.data.tran.impl.TranNeverImpl
 
TranNode - org.noear.solon.data.tran中的接口
事务节点
tranNot - 类 中的变量org.noear.solon.data.tran.TranExecutorDefault
 
TranNotImpl - org.noear.solon.data.tran.impl中的类
以无事务的方式执行,如果当前有事务则将其挂起(不需要入栈)
TranNotImpl() - 类 的构造器org.noear.solon.data.tran.impl.TranNotImpl
 
TranPolicy - org.noear.solon.data.tran中的枚举
事务策略
TranUtils - org.noear.solon.data.tran中的类
事务工具
TranUtils() - 类 的构造器org.noear.solon.data.tran.TranUtils
 
tryResume(DbTran) - 类 中的静态方法org.noear.solon.data.tran.TranManager
尝试恢复
trySuspend() - 类 中的静态方法org.noear.solon.data.tran.TranManager
尝试挂起
typedInstance - 类 中的静态变量org.noear.solon.data.cache.impl.JsonSerializer
 

U

unlock(String) - 类 中的方法org.noear.solon.data.util.StringMutexLock
解锁
UnpooledDataSource - org.noear.solon.data.util中的类
无池数据源
UnpooledDataSource(Properties) - 类 的构造器org.noear.solon.data.util.UnpooledDataSource
 
UnpooledDataSource(String, String, String, String) - 类 的构造器org.noear.solon.data.util.UnpooledDataSource
 
unwrap(Class<T>) - 类 中的方法org.noear.solon.data.datasource.AbstractRoutingDataSource
 
unwrap(Class<T>) - 类 中的方法org.noear.solon.data.datasource.ConnectionWrapper
 
unwrap(Class<T>) - 类 中的方法org.noear.solon.data.datasource.DataSourceWrapper
 
unwrap(Class<T>) - 类 中的方法org.noear.solon.data.util.UnpooledDataSource
 
update(String, Object, int) - 类 中的方法org.noear.solon.data.cache.CacheTags
更新标签相关的所有缓存
update(String, String, Object, int) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
为缓存添加一个标签

V

valueOf(String) - 枚举 中的静态方法org.noear.solon.data.tran.TranIsolation
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.noear.solon.data.tran.TranPolicy
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.noear.solon.data.tran.TranIsolation
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.noear.solon.data.tran.TranPolicy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

X

XPluginImpl - org.noear.solon.data.integration中的类
 
XPluginImpl() - 类 的构造器org.noear.solon.data.integration.XPluginImpl
 

_

_get(String) - 类 中的方法org.noear.solon.data.cache.CacheTags
获取缓存键列表
_get(String) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
获取标签键列表
_set(String, List<String>, int) - 类 中的方法org.noear.solon.data.cache.CacheTags
设置缓存键列表
_set(String, List<String>, int) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
设置缓存键列表
_tagKey(String) - 类 中的方法org.noear.solon.data.cache.CacheTags
生成标签键
_tagKey(String) - 类 中的方法org.noear.solon.data.cache.CacheTagsServiceImpl
生成标签键
A B C D E F G H I J L M N O P R S T U V X _ 
跳过导航链接

Copyright © 2024. All rights reserved.