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> ThePersistentEntityaware query. -
Class Summary Class Description DefaultBindableParametersPreparedQuery<E,R> Implementation ofBindableParametersPreparedQuery.DefaultBindableParametersStoredQuery<E,R> Implementation ofBindableParametersStoredQuery.DummyPreparedQuery<E,R> The dummy prepared statement, that allows creatingStoredQuerywithout actual prepared statement.