Package icu.easyj.db.service.impls
Class CommonDbServiceImpl
java.lang.Object
icu.easyj.db.dialect.DbDialectAdapter
icu.easyj.db.service.impls.CommonDbServiceImpl
- All Implemented Interfaces:
icu.easyj.core.dialect.IDialect,IDbDialect,IDbService,Serializable
通用数据库服务
- Author:
- wangliang181230
- See Also:
-
Field Summary
FieldsFields inherited from class icu.easyj.db.dialect.DbDialectAdapter
dbDialect -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class icu.easyj.db.dialect.DbDialectAdapter
getDbType, getSeqCurrValSql, getSeqNextValSql, getSeqSetValSql, getTimeSql, getVersionSqlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface icu.easyj.db.dialect.IDbDialect
getDbType, getSeqCurrValSql, getSeqNextValSql, getSeqSetValSql, getTimeSql, getVersionSql, isDbType, isDbTypeMethods inherited from interface icu.easyj.db.service.IDbService
currentTimeMillis, getVersion, now, seqCurrVal, seqNextVal, seqSetVal
-
Field Details
-
dataSource
-
-
Constructor Details
-
CommonDbServiceImpl
-
-
Method Details
-
getDataSource
Description copied from interface:IDbService获取对应的数据源- Specified by:
getDataSourcein interfaceIDbService- Returns:
- 对应的数据源
-