2
Fork 0

moved package to temparory org.x4o.vasc.etc

This commit is contained in:
Willem Cazander 2011-12-30 00:09:01 +01:00
parent 3d6ceff732
commit cc6331b7fe
322 changed files with 2032 additions and 1750 deletions

View file

@ -25,27 +25,27 @@
should not be interpreted as representing official policies, either expressed or implied, of IDCA.
elementClassName="com.idcanet.vasc.xpql.impl.x4o.QueryElement"
elementClassName="org.x4o.vasc.xpql.impl.x4o.QueryElement"
-->
<eld:root xmlns:eld="http://x4o.idcanet.com/eld/eld-lang.eld">
<eld:elementBindingHandler bean.class="com.idcanet.vasc.xpql.impl.x4o.QueryBindingHandler"/>
<eld:elementBindingHandler bean.class="org.x4o.vasc.xpql.impl.x4o.QueryBindingHandler"/>
<eld:elementClass tag="xpql" objectClassName="java.lang.Object"/>
<eld:elementClass tag="query" objectClassName="com.idcanet.vasc.xpql.impl.DefaultQuery">
<eld:elementClassAttributeConverter attributeName="type" bean.class="com.idcanet.vasc.xpql.impl.x4o.QueryTypeAttributeConverter"/>
<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:elementObjectDefaultValue attributeName="type" value="sql"/>
<eld:elementConfigurator configAction="true" bean.class="com.idcanet.vasc.xpql.impl.x4o.QueryElementConfigurator"/>
<eld:elementConfigurator configAction="true" bean.class="org.x4o.vasc.xpql.impl.x4o.QueryElementConfigurator"/>
</eld:elementClass>
<eld:elementClass tag="sql" elementClassName="com.idcanet.vasc.xpql.impl.x4o.SQLElement"/>
<eld:elementClass tag="parameter" objectClassName="com.idcanet.vasc.xpql.impl.QueryParameter" elementClassName="com.idcanet.vasc.xpql.impl.x4o.QueryParameterElement"/>
<eld:elementClass tag="include" objectClassName="com.idcanet.vasc.xpql.impl.QueryInclude" elementClassName="com.idcanet.vasc.xpql.impl.x4o.QueryIncludeElement"/>
<eld:elementClass tag="comment" elementClassName="com.idcanet.vasc.xpql.impl.x4o.CommentElement"/>
<eld:elementClass tag="parameterValue" objectClassName="com.idcanet.vasc.xpql.impl.DefaultQueryParameterValue">
<eld:elementClassAttributeConverter attributeName="type" bean.class="com.idcanet.vasc.xpql.impl.x4o.ParameterTypeAttributeConverter"/>
<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:elementObjectDefaultValue attributeName="type" value="parameter"/>
<eld:elementClassAttributeConverter attributeName="valueType" bean.class="com.idcanet.x4o.impl.lang.ClassConverter"/>
<eld:elementClassAttributeConverter attributeName="valueType" bean.class="org.x4o.x4o.impl.lang.ClassConverter"/>
</eld:elementClass>
</eld:root>