Interface DelegatePreparedQuery<E,R>

Type Parameters:
E - The entity type
R - The result type
All Superinterfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.attr.AttributeHolder, DelegateStoredQuery<E,R>, io.micronaut.core.naming.Named, PagedQuery<E>, PreparedDataOperation<R>, PreparedQuery<E,R>, StoredDataOperation<R>, StoredQuery<E,R>
All Known Implementing Classes:
DefaultBindableParametersPreparedQuery, DefaultSqlPreparedQuery

@Internal public interface DelegatePreparedQuery<E,R> extends PreparedQuery<E,R>, DelegateStoredQuery<E,R>
Delegate implementation of PreparedQuery.
Since:
3.3.
Author:
Denis Stepanov