Closed sarrek closed 4 years ago
Hello,
Thanks for you work ! After some hours i have finally created my project correctly with all my dependencies.
But all of my objet have "id" type Long, can you convert to accept id with Long type (findById(Long)). It’s better for performance.
Thanks in advance.
Fixed :
public interface EmployeeRepository extends DataTablesRepository<Employee, Long> {
Just change type in Repository.
Hello,
Thanks for you work ! After some hours i have finally created my project correctly with all my dependencies.
But all of my objet have "id" type Long, can you convert to accept id with Long type (findById(Long)). It’s better for performance.
Thanks in advance.