程序包 com.shixin.dal.dao
-
接口概要 接口 说明 BaseDao<T extends BaseEntity> Dao层基础接口 -
类概要 类 说明 BaseDaoImpl<R extends org.springframework.data.jpa.repository.JpaRepository<T,Integer>,T extends BaseEntity> Dao层基础接口实现类
| 接口 | 说明 |
|---|---|
| BaseDao<T extends BaseEntity> |
Dao层基础接口
|
| 类 | 说明 |
|---|---|
| BaseDaoImpl<R extends org.springframework.data.jpa.repository.JpaRepository<T,Integer>,T extends BaseEntity> |
Dao层基础接口实现类
|