Interface CurrentUserRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<CurrentUser,String>, org.springframework.data.repository.Repository<CurrentUser,String>

@Repository public interface CurrentUserRepository extends org.springframework.data.repository.CrudRepository<CurrentUser,String>
The CurrentUserRepository is a repository for CurrentUser entities
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll