Package io.micronaut.data.runtime.operations.internal.sql
package io.micronaut.data.runtime.operations.internal.sql
-
ClassDescriptionAbstractSqlRepositoryOperations<RS,
PS, Exc extends Exception> Abstract SQL repository implementation not specifically bound to JDBC.Functional interface used to supply a statement.Implementation ofSqlPreparedQuery
.Implementation ofSqlStoredQuery
.The provider forSqlJsonValueMapper
when JSON columns are being written usingSqlStoredQuery
and forSqlJsonColumnReader
when JSON columns are being read fromSqlPreparedQuery
results.SqlPreparedQuery<E,R> SQL version ofSqlStoredQuery
.SqlStoredQuery<E,R> SQL version ofBindableParametersStoredQuery
carrying extra SQL related data.