Interface TokenRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Token,Integer>
,org.springframework.data.jpa.repository.JpaRepository<Token,Integer>
,org.springframework.data.repository.PagingAndSortingRepository<Token,Integer>
,org.springframework.data.repository.query.QueryByExampleExecutor<Token>
,org.springframework.data.repository.Repository<Token,Integer>
public interface TokenRepository extends org.springframework.data.jpa.repository.JpaRepository<Token,Integer>
- Author:
- FMARSLAN
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Token>
findByToken(String authToken)
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-