Package systems.dennis.auth.repository
Interface ActiveTokensRepo
- All Superinterfaces:
systems.dennis.shared.repository.AbstractFilterRepo<ActiveToken,,Long> systems.dennis.shared.repository.AbstractRepository<ActiveToken,,Long> org.springframework.data.repository.CrudRepository<ActiveToken,,Long> systems.dennis.shared.postgres.repository.PaginationRepository<ActiveToken>,org.springframework.data.repository.Repository<ActiveToken,Long>
public interface ActiveTokensRepo
extends systems.dennis.shared.postgres.repository.PaginationRepository<ActiveToken>
-
Method Summary
Modifier and TypeMethodDescriptionfindByUserDataIdAndActiveIsTrueAndDueGreaterThan(Long userDataId, Date date) findFirstByTokenAndActiveIsTrueAndTypeAndScope(String token, String type, systems.dennis.shared.scopes.model.ScopeModel scope) findFirstByUserDataIdAndActiveIsTrueAndDueGreaterThanAndTypeAndScope(Long userDataId, Date date, String type, systems.dennis.shared.scopes.model.ScopeModel scope) Methods inherited from interface systems.dennis.shared.repository.AbstractFilterRepo
exists, filteredCount, filteredData, filteredData, filteredFirst, filteredOneMethods inherited from interface systems.dennis.shared.repository.AbstractRepository
findAll, saveMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, saveAll
-
Method Details
-
findByUserDataIdAndActiveIsTrueAndDueGreaterThan