Package persistence
Class SubscriptieRepository
java.lang.Object
persistence.SubscriptieRepository
- All Implemented Interfaces:
GenericRepository<Subscriptie>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(Subscriptie entity) voiddelete(Subscriptie entity) get(int id) getAll()voidupdate(Subscriptie entity)
-
Constructor Details
-
SubscriptieRepository
-
-
Method Details
-
add
- Specified by:
addin interfaceGenericRepository<Subscriptie>
-
get
- Specified by:
getin interfaceGenericRepository<Subscriptie>
-
getAll
- Specified by:
getAllin interfaceGenericRepository<Subscriptie>
-
update
- Specified by:
updatein interfaceGenericRepository<Subscriptie>
-
delete
- Specified by:
deletein interfaceGenericRepository<Subscriptie>
-