java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.UsersRepositoryImpl
All Implemented Interfaces:
UsersRepositoryCustom

public class UsersRepositoryImpl extends Object implements UsersRepositoryCustom
Users repository custom implementation.
  • Field Details

    • entityManager

      @Autowired private javax.persistence.EntityManager entityManager
      The entity manager.
  • Constructor Details

    • UsersRepositoryImpl

      public UsersRepositoryImpl()
  • Method Details

    • refresh

      @Transactional public void refresh(User user)
      Refresh user entity implementation.
      Specified by:
      refresh in interface UsersRepositoryCustom
      Parameters:
      user - the entity to refresh