Class DefaultBindableParametersPreparedQuery<E,R>

java.lang.Object
io.micronaut.data.runtime.operations.internal.query.DefaultBindableParametersPreparedQuery<E,R>
Type Parameters:
E - The entity type
R - The result type
All Implemented Interfaces:
io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, io.micronaut.core.attr.AttributeHolder, io.micronaut.core.naming.Named, PagedQuery<E>, PreparedDataOperation<R>, PreparedQuery<E,R>, StoredDataOperation<R>, StoredQuery<E,R>, BindableParametersPreparedQuery<E,R>, BindableParametersStoredQuery<E,R>, PersistentEntityAwareQuery<E>, DelegatePreparedQuery<E,R>, DelegateStoredQuery<E,R>
Direct Known Subclasses:
DefaultSqlPreparedQuery

@Internal public class DefaultBindableParametersPreparedQuery<E,R> extends Object implements BindableParametersPreparedQuery<E,R>, DelegatePreparedQuery<E,R>
Since:
3.8.0
Author:
Denis Stepanov