<?xml version="1.0" encoding="UTF-8"?> <!-- $Author: hp $Date: 2014-6-26 下午4:15:38 $Revision: 1.0 $Purpose: --> <bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm"> <bm:operations> <bm:operation name="query"> <bm:query-sql><![CDATA[select ebank_request_s.nextval ebank_request_id from dual]]></bm:query-sql> </bm:operation> </bm:operations> <bm:fields> <bm:field name="ebank_request_id" databaseType="NUMBER" datatype="java.lang.Long" physicalName="ebank_request_id"/> </bm:fields> </bm:model>