Class DefaultBindableParametersStoredQuery<E,R>

java.lang.Object
io.micronaut.data.runtime.operations.internal.query.DefaultBindableParametersStoredQuery<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.naming.Named, StoredDataOperation<R>, StoredQuery<E,R>, BindableParametersStoredQuery<E,R>, PersistentEntityAwareQuery<E>, DelegateStoredQuery<E,R>
Direct Known Subclasses:
DefaultSqlStoredQuery

@Internal public class DefaultBindableParametersStoredQuery<E,R> extends Object implements BindableParametersStoredQuery<E,R>, DelegateStoredQuery<E,R>
Since:
3.8.0
Author:
Denis Stepanov