<?xml version="1.0" encoding="UTF-8"?> <bm:model xmlns:bm="http://www.leaf-framework.org/schema/bm" alias="t1" baseTable="hls_division" needAccessControl="false"> <bm:fields> <bm:field name="division" /> <bm:field name="description" /> </bm:fields> <bm:operations> <bm:operation name="query"> <bm:query-sql><![CDATA[ SELECT division,description FROM hls_division hd where hd.enabled_flag = 'Y' ]]></bm:query-sql> </bm:operation> </bm:operations> </bm:model>