Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

        d) Blanket Approve

3. OJB-Mapping

       <class-descriptor table="OLE_CAT_LND_POL_T">
            <field-descriptor name="lendingPolicyId" column="LND_POL_ID " jdbc-type="INTEGER" primarykey="true" index="true" autoincrement="true" sequence-name="OLE_CAT_LND_POL_s "></field-descriptor>
            <field-descriptor name="lendingPolicyCode" column="LND_POL_CD" jdbc-type="VARCHAR"></field-descriptor>
            <field-descriptor name="lendingPolicyName" column="LND_POL_NM" jdbc-type="VARCHAR"></field-descriptor>
            <field-descriptor name="source" column="SRC" jdbc-type="VARCHAR"></field-descriptor>
            <field-descriptor name="sourceDate" column="SRC_DT" jdbc-type="DATE"></field-descriptor>
            <field-descriptor name="objectId" column="OBJ_ID" jdbc-type="VARCHAR" index="true"/>
            <field-descriptor name="versionNumber" column="VER_NBR" jdbc-type="BIGINT" locking="true"/>
            <field-descriptor name="active" column="ROW_ACT_IND" jdbc-type="VARCHAR"  conversion="org.kuali.rice.core.framework.persistence.ojb.conversion.OjbCharBooleanConversion" />
     </class-descriptor>

4. Services

5. Data Model:The DM for Lending Policy is going to reside in the Rice2.x Schema

...