Class UtenteService
java.lang.Object
com.gruppox.pissir23.data.service.UtenteService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcount()voidorg.springframework.data.domain.Page<Utente>list(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<Utente>list(org.springframework.data.domain.Pageable pageable, org.springframework.data.jpa.domain.Specification<Utente> filter) void
-
Constructor Details
-
UtenteService
-
-
Method Details
-
get
-
update
-
delete
-
list
public org.springframework.data.domain.Page<Utente> list(org.springframework.data.domain.Pageable pageable) -
list
-
count
public int count() -
findById
-
save
-