public interface UserRepository extends org.springframework.data.jpa.repository.JpaRepository<User,String>
| Modifier and Type | Method and Description |
|---|---|
void |
updateDetails(String email,
String fullname,
String organization,
OffsetDateTime now) |
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlushfindAll@Modifying @Query(value="update User set fullname = ?2, organization = ?3, last_access = ?4 where email = ?1") void updateDetails(String email, String fullname, String organization, OffsetDateTime now)
Copyright © 2025. All rights reserved.