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