Interface UsersRepositoryCustom

All Known Subinterfaces:
UsersRepository
All Known Implementing Classes:
UsersRepositoryImpl

public interface UsersRepositoryCustom
Custom repository for refresh user entity.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    refresh(User user)
    Refresh the user entity.
  • Method Details

    • refresh

      void refresh(User user)
      Refresh the user entity.
      Parameters:
      user - the entity to refresh