Interface TokensRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<User,​String>, org.springframework.data.jpa.repository.JpaRepository<User,​String>, org.springframework.data.repository.PagingAndSortingRepository<User,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<User>, org.springframework.data.repository.Repository<User,​String>

@Repository public interface TokensRepository extends org.springframework.data.jpa.repository.JpaRepository<User,​String>
Repository extends JpaRepository class to provide all basic CRUD operations of JPA library. All db operations are managed using TokensRepository object in aPAS
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, saveAll, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findOne