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