Package io.micronaut.data.runtime.operations.internal.query
-
Interface Summary Interface Description BindableParametersPreparedQuery<E,R> Bindable parameters version ofPreparedQuery
.BindableParametersStoredQuery<E,R> Bindable parameters version ofStoredQuery
.BindableParametersStoredQuery.Binder Parameters binder.PersistentEntityAwareQuery<E> ThePersistentEntity
aware query. -
Class Summary Class Description DefaultBindableParametersPreparedQuery<E,R> Implementation ofBindableParametersPreparedQuery
.DefaultBindableParametersStoredQuery<E,R> Implementation ofBindableParametersStoredQuery
.DummyPreparedQuery<E,R> The dummy prepared statement, that allows creatingStoredQuery
without actual prepared statement.