Difference between revisions of "GVBufferMapping"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "This element specifies how to map the GVBuffer fields with output parameters by store procedure. It has two subelements: * Description; * GVBufferFieldOutput+. ==GVBufferFiel...")
 
Line 4: Line 4:
  
 
* Description;
 
* Description;
* GVBufferFieldOutput+.
+
* GVBufferFieldOutput(s).
  
  
Line 16: Line 16:
 
* [[CallSPBaseFormatter]].
 
* [[CallSPBaseFormatter]].
  
and the following parameters:
+
and the following attributes:
  
* name: defines the name of the field to map;
+
* ''name'': defines the name of the field to map;
* setterMethod: defines the method that populates the GVBuffer field with the output parameter from store procedure. See [[GVBufferSetMethods]];
+
* ''setterMethod'': defines the method that populates the GVBuffer field with the output parameter from store procedure. See [[GVBufferSetMethods]];
* property: This attribute defines the value of the GVBuffer property if the method is setProperty();
+
* ''property'': This attribute defines the value of the GVBuffer property if the method is setProperty();
* type: defines the Java type of the GVBuffer field.
+
* ''type'': defines the Java type of the GVBuffer field.

Revision as of 13:40, 26 January 2012

This element specifies how to map the GVBuffer fields with output parameters by store procedure.

It has two subelements:

  • Description;
  • GVBufferFieldOutput(s).


GVBufferFieldOutput

This attribute defines the GVBuffer field that will be mapped with the output parameters from the store procedure.

It has the subelements:

and the following attributes:

  • name: defines the name of the field to map;
  • setterMethod: defines the method that populates the GVBuffer field with the output parameter from store procedure. See GVBufferSetMethods;
  • property: This attribute defines the value of the GVBuffer property if the method is setProperty();
  • type: defines the Java type of the GVBuffer field.