Interface JpaRefreshTokenRepository3<D extends JpaRefreshToken3>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,String>, RefreshTokenRepository<D>, org.springframework.data.repository.Repository<D,String>

@Repository public interface JpaRefreshTokenRepository3<D extends JpaRefreshToken3> extends RefreshTokenRepository<D>
JPA Shard partition repository for recording a refresh token assignment
  • Method Summary

    Modifier and Type
    Method
    Description
    default Class<?>
    Return the shard-specific type managed by this repository
    default int
    Return the shard partition identifier as an integer

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll

    Methods inherited from interface com.broadleafcommerce.auth.token.repository.RefreshTokenRepository

    findByAncestor