<?xml version="1.0"?>
|
<!DOCTYPE hibernate-mapping PUBLIC
|
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
|
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
|
|
<hibernate-mapping>
|
<sql-query name="GetPrFlowGroupQuery">
|
<![CDATA[
|
|
select sykv_category from sys_key_value
|
where 1=1
|
and sykv_locationid = :locationid
|
and sykv_value = '1'
|
and sykv_group = 'STATE_FLOW'
|
and ##CONDITIONS##
|
|
]]>
|
</sql-query>
|
</hibernate-mapping>
|