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 of
SqlPreparedQuery.Implementation ofSqlStoredQuery.The provider forSqlJsonValueMapperwhen JSON columns are being written usingSqlStoredQueryand forSqlJsonColumnReaderwhen JSON columns are being read fromSqlPreparedQueryresults.SqlPreparedQuery<E,R> SQL version ofSqlStoredQuery.SqlStoredQuery<E,R> SQL version ofBindableParametersStoredQuerycarrying extra SQL related data.