Interface BindableParametersPreparedQuery<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, BindableParametersStoredQuery<E,R>, io.micronaut.core.naming.Named, PagedQuery<E>, PersistentEntityAwareQuery<E>, PreparedDataOperation<R>, PreparedQuery<E,R>, StoredDataOperation<R>, StoredQuery<E,R>
All Known Subinterfaces:
SqlPreparedQuery<E,R>
All Known Implementing Classes:
DefaultBindableParametersPreparedQuery, DefaultSqlPreparedQuery

@Internal public interface BindableParametersPreparedQuery<E,R> extends PreparedQuery<E,R>, BindableParametersStoredQuery<E,R>
Bindable parameters version of PreparedQuery.
Since:
3.8.0
Author:
Denis Stepanov