@Repository public interface JpaRefreshTokenRepository4<D extends JpaRefreshToken4> 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
|
findByAncestordefault int partition()
partition in interface RefreshTokenRepository<D extends JpaRefreshToken4>default Class<?> entityType()
entityType in interface RefreshTokenRepository<D extends JpaRefreshToken4>Copyright © 2021. All rights reserved.