Package io.micronaut.data.operations
Interface PrimaryRepositoryOperations
-
- All Superinterfaces:
io.micronaut.context.ApplicationContextProvider
,HintsCapableRepository
,RepositoryOperations
- All Known Subinterfaces:
JpaRepositoryOperations
- All Known Implementing Classes:
HibernateJpaOperations
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
-
-
Method Summary
-
Methods inherited from interface io.micronaut.context.ApplicationContextProvider
getApplicationContext
-
Methods inherited from interface io.micronaut.data.operations.HintsCapableRepository
getQueryHints
-
Methods inherited from interface io.micronaut.data.operations.RepositoryOperations
count, delete, deleteAll, executeDelete, executeUpdate, exists, findAll, findAll, findOne, findOne, findPage, findStream, findStream, getConversionService, getEntity, persist, persistAll, update, updateAll
-
-