Package io.micronaut.data.runtime.operations
package io.micronaut.data.runtime.operations
Backend support classes used at runtime.
-
ClassDescriptionAn implementation of
AsyncRepositoryOperations
that delegates to a reactive operation.An implementation ofAsyncRepositoryOperations
that delegates to a blocking operations and specifiedExecutor
.A variation ofExecutorAsyncOperations
that supportsAsyncCriteriaRepositoryOperations
.An implementation ofReactiveRepositoryOperations
that delegates to a blocking operations and specifiedExecutor
.A variation ofExecutorReactiveOperations
that supportsReactiveCriteriaRepositoryOperations
.An implementation ofAsyncRepositoryOperations
that delegates to a reactive operation.