Package io.micronaut.data.model.runtime
Interface QueryOutParameterBinding
public interface QueryOutParameterBinding
Runtime OUT parameter binding metadata for a stored query (e.g. Oracle RETURNING ... INTO ...).
Mirrors the builder-time metadata and is used by repository operations to register
CallableStatement OUT parameters in correct order and JDBC type.
- Since:
- 5.0
-
Method Summary