Class ThirdPartyAppDAO
java.lang.Object
io.github.xezzon.zeroweb.common.jpa.BaseDAO<ThirdPartyApp,String,ThirdPartyAppRepository>
io.github.xezzon.zeroweb.third_party_app.ThirdPartyAppDAO
- All Implemented Interfaces:
io.github.xezzon.tao.trait.NewType<ThirdPartyAppRepository>
@Repository
public class ThirdPartyAppDAO
extends BaseDAO<ThirdPartyApp,String,ThirdPartyAppRepository>
- Author:
- xezzon
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO
BaseDAO.ICopier<T>, BaseDAO.UpdateCriteriaBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThirdPartyApp>
findAll
(ODataQueryOption odata) 分页查询数据org.springframework.data.domain.Page<ThirdPartyApp>
findAllWithUserId
(ODataQueryOption odata, String userId) Methods inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO
get, partialUpdate
-
Method Details
-
getCopier
- Specified by:
getCopier
in classBaseDAO<ThirdPartyApp,
String, ThirdPartyAppRepository>
-
findAll
Description copied from class:BaseDAO
分页查询数据- Overrides:
findAll
in classBaseDAO<ThirdPartyApp,
String, ThirdPartyAppRepository> - Parameters:
odata
- OData查询条件- Returns:
- 分页数据
-
findAllWithUserId
public org.springframework.data.domain.Page<ThirdPartyApp> findAllWithUserId(ODataQueryOption odata, String userId)
-