Class UsersRepositoryImpl
java.lang.Object
es.kukenan.smartfi.microservice.communication.repository.UsersRepositoryImpl
- All Implemented Interfaces:
UsersRepositoryCustom
Users repository custom implementation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate javax.persistence.EntityManagerThe entity manager. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
entityManager
@Autowired private javax.persistence.EntityManager entityManagerThe entity manager.
-
-
Constructor Details
-
UsersRepositoryImpl
public UsersRepositoryImpl()
-
-
Method Details
-
refresh
Refresh user entity implementation.- Specified by:
refreshin interfaceUsersRepositoryCustom- Parameters:
user- the entity to refresh
-