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