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

    Nested classes/interfaces inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO

    io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<T extends Object>, io.github.xezzon.zeroweb.common.jpa.BaseDAO.UpdateCriteriaBuilder<T extends Object>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getCopier

      public io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<ThirdPartyApp> getCopier()
      Specified by:
      getCopier in class io.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 class io.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)