Package io.micronaut.data.runtime.operations.internal.sql
-
Interface Summary Interface Description AbstractSqlRepositoryOperations.StatementSupplier<PS> Functional interface used to supply a statement.SqlPreparedQuery<E,R> SQL version ofSqlStoredQuery
.SqlStoredQuery<E,R> SQL version ofBindableParametersStoredQuery
carrying extra SQL related data. -
Class Summary Class Description AbstractSqlRepositoryOperations<RS,PS,Exc extends java.lang.Exception> Abstract SQL repository implementation not specifically bound to JDBC.DefaultSqlPreparedQuery<E,R> Implementation ofSqlPreparedQuery
.DefaultSqlStoredQuery<E,R> Implementation ofSqlStoredQuery
.