Package io.micronaut.data.runtime.operations
package io.micronaut.data.runtime.operations
Backend support classes used at runtime.
-
ClassDescriptionAn implementation of
AsyncRepositoryOperationsthat delegates to a reactive operation.Asynchronously executes the internal criteria query that selects the IDs for a page containing joins or fetches.An implementation ofAsyncRepositoryOperationsthat delegates to a blocking operations and specifiedExecutor.A variation ofExecutorAsyncOperationsthat supportsAsyncCriteriaRepositoryOperations.An implementation ofReactiveRepositoryOperationsthat delegates to a blocking operations and specifiedExecutor.A variation ofExecutorReactiveOperationsthat supportsReactiveCriteriaRepositoryOperations.Executes the internal criteria query that selects the IDs for a page containing joins or fetches.Reactively executes the internal criteria query that selects the IDs for a page containing joins or fetches.An implementation ofAsyncRepositoryOperationsthat delegates to a reactive operation.