2
Fork 0

renamed better

This commit is contained in:
Willem Cazander 2011-12-31 00:07:21 +01:00
parent cc6331b7fe
commit a523cc9122
289 changed files with 2546 additions and 1608 deletions

View file

@ -24,28 +24,26 @@
The views and conclusions contained in the software and documentation are those of the authors and
should not be interpreted as representing official policies, either expressed or implied, of IDCA.
elementClassName="org.x4o.vasc.xpql.impl.x4o.QueryElement"
-->
<eld:root xmlns:eld="http://x4o.idcanet.com/eld/eld-lang.eld">
<eld:root xmlns:eld="http://eld.x4o.org/eld/eld-lang.eld">
<eld:elementBindingHandler bean.class="org.x4o.vasc.xpql.impl.x4o.QueryBindingHandler"/>
<eld:elementBindingHandler bean.class="net.forwardfire.vasc.xpql.impl.x4o.QueryBindingHandler"/>
<eld:elementClass tag="xpql" objectClassName="java.lang.Object"/>
<eld:elementClass tag="query" objectClassName="org.x4o.vasc.xpql.impl.DefaultQuery">
<eld:elementClassAttributeConverter attributeName="type" bean.class="org.x4o.vasc.xpql.impl.x4o.QueryTypeAttributeConverter"/>
<eld:elementClass tag="query" objectClassName="net.forwardfire.vasc.xpql.impl.DefaultQuery">
<eld:elementClassAttributeConverter attributeName="type" bean.class="net.forwardfire.vasc.xpql.impl.x4o.QueryTypeAttributeConverter"/>
<eld:elementObjectDefaultValue attributeName="type" value="sql"/>
<eld:elementConfigurator configAction="true" bean.class="org.x4o.vasc.xpql.impl.x4o.QueryElementConfigurator"/>
<eld:elementConfigurator configAction="true" bean.class="net.forwardfire.vasc.xpql.impl.x4o.QueryElementConfigurator"/>
</eld:elementClass>
<eld:elementClass tag="sql" elementClassName="org.x4o.vasc.xpql.impl.x4o.SQLElement"/>
<eld:elementClass tag="parameter" objectClassName="org.x4o.vasc.xpql.impl.QueryParameter" elementClassName="org.x4o.vasc.xpql.impl.x4o.QueryParameterElement"/>
<eld:elementClass tag="include" objectClassName="org.x4o.vasc.xpql.impl.QueryInclude" elementClassName="org.x4o.vasc.xpql.impl.x4o.QueryIncludeElement"/>
<eld:elementClass tag="comment" elementClassName="org.x4o.vasc.xpql.impl.x4o.CommentElement"/>
<eld:elementClass tag="parameterValue" objectClassName="org.x4o.vasc.xpql.impl.DefaultQueryParameterValue">
<eld:elementClassAttributeConverter attributeName="type" bean.class="org.x4o.vasc.xpql.impl.x4o.ParameterTypeAttributeConverter"/>
<eld:elementClass tag="sql" elementClassName="net.forwardfire.vasc.xpql.impl.x4o.SQLElement"/>
<eld:elementClass tag="parameter" objectClassName="net.forwardfire.vasc.xpql.impl.QueryParameter" elementClassName="net.forwardfire.vasc.xpql.impl.x4o.QueryParameterElement"/>
<eld:elementClass tag="include" objectClassName="net.forwardfire.vasc.xpql.impl.QueryInclude" elementClassName="net.forwardfire.vasc.xpql.impl.x4o.QueryIncludeElement"/>
<eld:elementClass tag="comment" elementClassName="net.forwardfire.vasc.xpql.impl.x4o.CommentElement"/>
<eld:elementClass tag="parameterValue" objectClassName="net.forwardfire.vasc.xpql.impl.DefaultQueryParameterValue">
<eld:elementClassAttributeConverter attributeName="type" bean.class="net.forwardfire.vasc.xpql.impl.x4o.ParameterTypeAttributeConverter"/>
<eld:elementObjectDefaultValue attributeName="type" value="parameter"/>
<eld:elementClassAttributeConverter attributeName="valueType" bean.class="org.x4o.x4o.impl.lang.ClassConverter"/>
<eld:elementClassAttributeConverter attributeName="valueType" bean.class="org.x4o.xml.impl.lang.ClassConverter"/>
</eld:elementClass>
</eld:root>