您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
top.onceio
,
top.onceio.core
,
top.onceio.core.annotation
,
top.onceio.core.aop
,
top.onceio.core.aop.annotation
,
top.onceio.core.aop.proxies
,
top.onceio.core.beans
,
top.onceio.core.cache
,
top.onceio.core.cache.impl
,
top.onceio.core.db.annotation
,
top.onceio.core.db.dao
,
top.onceio.core.db.dao.impl
,
top.onceio.core.db.dao.tpl
,
top.onceio.core.db.jdbc
,
top.onceio.core.db.meta
,
top.onceio.core.db.tbl
,
top.onceio.core.exception
,
top.onceio.core.mvc.annocations
,
top.onceio.core.util
类分层结构
java.lang.
Object
top.onceio.core.util.
AnnotationScanner
top.onceio.core.aop.
AopProxy
(implements net.sf.cglib.proxy.MethodInterceptor)
top.onceio.core.beans.
ApiPair
top.onceio.core.beans.
ApiResover
top.onceio.core.beans.
BeansEden
top.onceio.core.aop.proxies.
CacheKeyResovler
top.onceio.core.util.
ClassScanner
top.onceio.core.db.meta.
ColumnMeta
top.onceio.core.db.meta.
ConstraintMeta
top.onceio.core.db.dao.impl.
DaoHelper
(implements top.onceio.core.db.dao.
DDLDao
, top.onceio.core.db.dao.
TransDao
)
top.onceio.core.db.dao.
DaoHolder
<T> (implements top.onceio.core.db.dao.
Dao
<T>)
top.onceio.core.beans.
OI18nHolder
top.onceio.core.db.meta.
DDEngine
top.onceio.core.db.meta.
DDMeta
top.onceio.core.util.
FieldPathPicker
top.onceio.core.cache.impl.
FIFOMemoryCache
(implements top.onceio.core.cache.
Cache
)
top.onceio.core.beans.
GlobalExceptionHandler
top.onceio.core.util.
IDGenerator
top.onceio.core.db.jdbc.
JdbcHelper
top.onceio.core.util.
JsonConfLoader
top.onceio.core.util.
OAssert
top.onceio.core.
OConfig
top.onceio.core.db.tbl.
OEntity
top.onceio.core.db.tbl.
ODDMeta
top.onceio.core.db.tbl.
OI18n
top.onceio.core.db.tbl.
OTableMeta
top.onceio.core.util.
OLog
top.onceio.
OnceIO
top.onceio.core.util.
OReflectUtil
top.onceio.core.util.
OUtils
top.onceio.core.db.dao.
Page
<T>
top.onceio.core.aop.
ProxyAction
top.onceio.core.aop.proxies.
CacheableProxy
top.onceio.core.aop.proxies.
CacheEvictProxy
top.onceio.core.aop.proxies.
CachePutProxy
top.onceio.core.aop.proxies.
TransactionalProxy
top.onceio.core.aop.
ProxyChain
top.onceio.core.db.meta.
TableMeta
top.onceio.core.db.dao.impl.
TblIdNameVal
<E>
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
top.onceio.core.exception.
OFailed
top.onceio.core.exception.
SqlFailed
java.lang.
RuntimeException
top.onceio.core.exception.
Failed
top.onceio.core.exception.
VolidateFailed
top.onceio.core.db.dao.tpl.
Tpl
top.onceio.core.db.dao.
Cnd
<E>
top.onceio.core.db.dao.tpl.
FuncTpl
<E>
top.onceio.core.db.dao.tpl.
HavingTpl
<E>
top.onceio.core.db.dao.tpl.
SelectTpl
<E>
top.onceio.core.db.dao.tpl.
GroupTpl
<E>
top.onceio.core.db.dao.tpl.
OrderTpl
<E>
top.onceio.core.db.dao.tpl.
UpdateTpl
<T>
top.onceio.core.util.
Tuple2
<A,B>
top.onceio.core.util.
Tuple3
<A,B,C>
接口分层结构
top.onceio.core.cache.
Cache
top.onceio.core.db.dao.
Dao
<T>
top.onceio.core.db.dao.
DataSourceManager
top.onceio.core.db.dao.
DDLDao
top.onceio.core.db.dao.
IdGenerator
top.onceio.core.db.dao.
TransDao
注释类型分层结构
top.onceio.core.annotation.
Validate
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
Using
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
OnDestroy
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
OnCreate
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
I18nMsg
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
I18nCfgBrief
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
I18nCfg
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
Definer
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
Def
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
Config
(implements java.lang.annotation.
Annotation
)
top.onceio.core.annotation.
BeansIn
(implements java.lang.annotation.
Annotation
)
top.onceio.core.aop.annotation.
Transactional
(implements java.lang.annotation.
Annotation
)
top.onceio.core.aop.annotation.
CachePut
(implements java.lang.annotation.
Annotation
)
top.onceio.core.aop.annotation.
CacheEvict
(implements java.lang.annotation.
Annotation
)
top.onceio.core.aop.annotation.
Cacheable
(implements java.lang.annotation.
Annotation
)
top.onceio.core.aop.annotation.
Aop
(implements java.lang.annotation.
Annotation
)
top.onceio.core.db.annotation.
TblView
(implements java.lang.annotation.
Annotation
)
top.onceio.core.db.annotation.
Tbl
(implements java.lang.annotation.
Annotation
)
top.onceio.core.db.annotation.
Name
(implements java.lang.annotation.
Annotation
)
top.onceio.core.db.annotation.
Constraint
(implements java.lang.annotation.
Annotation
)
top.onceio.core.db.annotation.
Col
(implements java.lang.annotation.
Annotation
)
top.onceio.core.mvc.annocations.
Param
(implements java.lang.annotation.
Annotation
)
top.onceio.core.mvc.annocations.
AutoApi
(implements java.lang.annotation.
Annotation
)
top.onceio.core.mvc.annocations.
Attr
(implements java.lang.annotation.
Annotation
)
top.onceio.core.mvc.annocations.
Api
(implements java.lang.annotation.
Annotation
)
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
top.onceio.core.beans.
ApiMethod
top.onceio.core.db.annotation.
ConstraintType
top.onceio.core.db.annotation.
ColType
top.onceio.core.db.jdbc.
DBType
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2018. All rights reserved.