Package | Description |
---|---|
act.app | |
act.db |
Modifier and Type | Method and Description |
---|---|
Dao |
DbServiceManager.dao(java.lang.Class<?> modelClass) |
Dao |
DaoLocator.dao(java.lang.Class<?> modelType) |
Modifier and Type | Class and Description |
---|---|
class |
DaoBase<ID_TYPE,MODEL_TYPE,QUERY_TYPE extends Dao.Query<MODEL_TYPE,QUERY_TYPE>> |
Modifier and Type | Method and Description |
---|---|
static <T extends Dao> |
ModelBase.dao()
Returns a
Dao object that can operate on this entity of the entities with the same type. |
static <T extends Dao> |
ModelBase.dao(java.lang.Class<T> cls)
Returns a
Dao object that can operate on this entity of the entities with the same type. |
abstract <DAO extends Dao> |
DbService.defaultDao(java.lang.Class<?> modelType) |
abstract <DAO extends Dao> |
DbService.newDaoInstance(java.lang.Class<DAO> daoType) |
Modifier and Type | Method and Description |
---|---|
Dao |
DaoLoader.load(org.osgl.inject.BeanSpec spec) |
Copyright © 2014–2017 ActFramework. All rights reserved.