Interface PrimaryRepositoryOperations

All Superinterfaces:
io.micronaut.context.ApplicationContextProvider, io.micronaut.core.convert.ConversionServiceProvider, HintsCapableRepository, RepositoryOperations
All Known Subinterfaces:
JpaRepositoryOperations

public interface PrimaryRepositoryOperations extends RepositoryOperations
In the case of having two operations active (for example when using JPA and JDBC at the same time) this interface is used as a marker to decide on the primary operations to lookup.
Since:
1.0
Author:
graemerocher