Class SubscriptionDAO

java.lang.Object
io.github.xezzon.zeroweb.common.jpa.BaseDAO<Subscription,String,SubscriptionRepository>
io.github.xezzon.zeroweb.subscription.SubscriptionDAO
All Implemented Interfaces:
io.github.xezzon.tao.trait.NewType<SubscriptionRepository>

@Repository public class SubscriptionDAO extends io.github.xezzon.zeroweb.common.jpa.BaseDAO<Subscription,String,SubscriptionRepository>
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<Subscription>
     

    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