java.lang.Object
io.github.xezzon.zeroweb.common.jpa.BaseDAO<App,String,AppRepository>
io.github.xezzon.zeroweb.app.internal.AppDAO
All Implemented Interfaces:
io.github.xezzon.tao.trait.NewType<AppRepository>

@Repository public class AppDAO extends io.github.xezzon.zeroweb.common.jpa.BaseDAO<App,String,AppRepository>
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
    io.github.xezzon.zeroweb.common.jpa.BaseDAO.ICopier<App>
     

    Methods inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO

    findAll, 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<App> getCopier()
      Specified by:
      getCopier in class io.github.xezzon.zeroweb.common.jpa.BaseDAO<App,String,AppRepository>