Interface SecondaryIndexRepository<T>

All Superinterfaces:
Repository<T,Void>
All Known Subinterfaces:
OrderStatusIndexRepository

@NoRepositoryBean public interface SecondaryIndexRepository<T> extends Repository<T,Void>
Marker for read-only repositories backed by a DynamoDB secondary-index view.
Since:
1.0.0
Author:
Matej Nedic