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 BaseDAO<Subscription,String,SubscriptionRepository>
- 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
Methods inherited from class io.github.xezzon.zeroweb.common.jpa.BaseDAO
findAll, get, partialUpdate
-
Method Details
-
getCopier
- Specified by:
getCopier
in classBaseDAO<Subscription,
String, SubscriptionRepository>
-