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.Oracle SQLRETURNINGcolumn metadata with both canonical and alias-expanded views.Converts dialect-specific vector scores into normalized similarities and back.Shared SQL batch-operation capability checks.How a JDBC insert batch operation has to be executed.The JDBC metadata used to resolve batch insert capabilities.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.