awips2/edexOsgi/com.raytheon.uf.edex.registry.ebxml/utility/edex_static/base/ebxml/adhocQueries/QueryBySingleParameter.xml
Steve Harris 328c6dccad 13.2.1-2 baseline
Former-commit-id: bd9eec1d4e6fd843c7bb594b8adb882d72edc6cf
2013-01-23 11:18:44 -05:00

6 lines
No EOL
386 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<adhocQueryExpression>
<queryName>QueryBySingleParameter</queryName>
<queryExpression>from oasis.names.tc.ebxml.regrep.xsd.rim.v4.RegistryObjectType as obj inner join fetch obj.slot as slot where slot.name=:parameterName AND slot.slotValue.stringValue=:parameterValue</queryExpression>
<queryLanguage>HQL</queryLanguage>
</adhocQueryExpression>