@Repository public interface JpaRefreshTokenRepository5<D extends JpaRefreshToken5> extends RefreshTokenRepository<D>
Modifier and Type | Method and Description |
---|---|
default Class<?> |
entityType()
Return the shard-specific type managed by this repository
|
default int |
partition()
Return the shard partition identifier as an integer
|
findByAncestor
default int partition()
partition
in interface RefreshTokenRepository<D extends JpaRefreshToken5>
default Class<?> entityType()
entityType
in interface RefreshTokenRepository<D extends JpaRefreshToken5>
Copyright © 2021. All rights reserved.