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