M - T - public class CommonServiceImpl<M extends DaoMapper<T>,T extends DBObject> extends Object implements CommonService<T>
| Modifier and Type | Field and Description |
|---|---|
protected Class<T> |
domainClass |
protected M |
mapper |
| Constructor and Description |
|---|
CommonServiceImpl(M mapper,
Class<T> domainClass) |
public M getMapper()
getMapper in interface CommonService<T extends DBObject>Copyright © 2020. All rights reserved.