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