Package io.micronaut.data.operations
package io.micronaut.data.operations
Runtime interfaces for implementations to implement.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionAn async or reactive
CriteriaRepositoryOperations
capable of supporting blocking access.The repository operations that support executing criteria queries.A variation ofRepositoryOperations
that supports delete returning operations.Hints capable repository interface.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.Common interface for repository implementations to implement.The registry ofRepositoryOperations
.