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 io.github.xezzon.zeroweb.common.jpa.BaseDAO<ThirdPartyApp,String,ThirdPartyAppRepository>
- Author:
- xezzon
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ThirdPartyApp>
findAll
(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) org.springframework.data.domain.Page<ThirdPartyApp>
findAllWithUserId
(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata, String userId) io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<ThirdPartyApp>
Methods inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO
get, partialUpdate
-
Method Details
-
getCopier
- Specified by:
getCopier
in classio.github.xezzon.zeroweb.common.jpa.BaseDAO<ThirdPartyApp,
String, ThirdPartyAppRepository>
-
findAll
public org.springframework.data.domain.Page<ThirdPartyApp> findAll(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata) - Overrides:
findAll
in classio.github.xezzon.zeroweb.common.jpa.BaseDAO<ThirdPartyApp,
String, ThirdPartyAppRepository>
-
findAllWithUserId
public org.springframework.data.domain.Page<ThirdPartyApp> findAllWithUserId(io.github.xezzon.zeroweb.core.odata.ODataQueryOption odata, String userId)
-