När vi lägger till ett resultat av lagrad procedur i entiteter, lägger det till en del kod relaterad till utdatafält i konfigurationsfilen.
<implicitRefCursor>
<storedProcedure schema="AHSEN" name="GETEMPIDS">
<refCursor name="P_CURSOR">
<bindInfo mode="Output" />
<metadata columnOrdinal="0" columnName="EMPNO" providerType="Int16" allowDBNull="false" nativeDataType="Number" />
<metadata columnOrdinal="1" columnName="ENAME" providerType="Varchar2" allowDBNull="true" nativeDataType="Varchar2" />
<metadata columnOrdinal="2" columnName="JOB" providerType="Varchar2" allowDBNull="true" nativeDataType="Varchar2" />
<metadata columnOrdinal="3" columnName="MGR" providerType="Int16" allowDBNull="true" nativeDataType="Number" />
<metadata columnOrdinal="4" columnName="HIREDATE" providerType="Date" allowDBNull="true" nativeDataType="Date" />
<metadata columnOrdinal="5" columnName="SAL" providerType="Single" allowDBNull="true" nativeDataType="Number" />
<metadata columnOrdinal="6" columnName="COMM" providerType="Single" allowDBNull="true" nativeDataType="Number" />
<metadata columnOrdinal="7" columnName="DEPTNO" providerType="Int16" allowDBNull="true" nativeDataType="Number" />
</refCursor>
</storedProcedure>
</implicitRefCursor>
Mitt problem löstes när jag kopierade den koden och klistrade in den i konfigurationsfilen på min webbplats.