Class RoleRepositoryImpl
java.lang.Object
hu.rts.mike.example.dev.crm.repository.RoleRepositoryImpl
- All Implemented Interfaces:
RoleRepositoryCustom
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Role>findAllForGrid(List<Filter<?>> filterBy, String searchBarValue, org.springframework.data.domain.Pageable pageable)
-
Field Details
-
entityManager
private final jakarta.persistence.EntityManager entityManager
-
-
Constructor Details
-
RoleRepositoryImpl
public RoleRepositoryImpl(jakarta.persistence.EntityManager entityManager)
-
-
Method Details
-
findAllForGrid
public org.springframework.data.domain.Page<Role> findAllForGrid(List<Filter<?>> filterBy, String searchBarValue, org.springframework.data.domain.Pageable pageable) - Specified by:
findAllForGridin interfaceRoleRepositoryCustom
-