Annotation Interface DataMethodQueryOutParameter
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE})
@Internal
@Inherited
public @interface DataMethodQueryOutParameter
Internal annotation representing OUT parameter binding metadata for queries
(e.g. Oracle RETURNING ... INTO ...).
This mirrors a subset of
DataMethodQueryParameter members that are
relevant for OUT parameters.- Since:
- 5.0
-
Field Details
-
META_MEMBER_NAME
The member name that holds an optional out parameter name (typically a column name).- See Also:
-
META_MEMBER_DATA_TYPE
The member name that holds the data type.- See Also:
-
-
Element Details