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 ofPreparedQuery
.SqlStoredQuery<E,R> SQL version ofStoredQuery
carrying extra SQL related data.SqlStoredQuery.Binder Parameters binder. -
Class Summary Class Description AbstractSqlRepositoryOperations<RS,PS,Exc extends java.lang.Exception> Abstract SQL repository implementation not specifically bound to JDBC.