moved package to temparory org.x4o.vasc.etc
This commit is contained in:
parent
3d6ceff732
commit
cc6331b7fe
322 changed files with 2032 additions and 1750 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package com.idcanet.vasc.xpql.ejb3;
|
||||
package org.x4o.vasc.xpql.ejb3;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
|
@ -7,7 +7,8 @@ import java.util.Map;
|
|||
import javax.ejb.Local;
|
||||
import javax.ejb.Remote;
|
||||
|
||||
import com.idcanet.vasc.xpql.query.Query;
|
||||
import org.x4o.vasc.xpql.query.Query;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
package com.idcanet.vasc.xpql.ejb3;
|
||||
package org.x4o.vasc.xpql.ejb3;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
|
@ -20,10 +20,11 @@ import javax.naming.InitialContext;
|
|||
import javax.persistence.EntityManager;
|
||||
import javax.transaction.UserTransaction;
|
||||
|
||||
import com.idcanet.vasc.xpql.QueryStore;
|
||||
import com.idcanet.vasc.xpql.XPQLParser;
|
||||
import com.idcanet.vasc.xpql.query.Query;
|
||||
import com.idcanet.vasc.xpql.query.QueryParameterValue;
|
||||
import org.x4o.vasc.xpql.QueryStore;
|
||||
import org.x4o.vasc.xpql.XPQLParser;
|
||||
import org.x4o.vasc.xpql.query.Query;
|
||||
import org.x4o.vasc.xpql.query.QueryParameterValue;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -307,9 +308,6 @@ public class XpqlQueryManagerImpl implements XpqlQueryManager.ILocal,XpqlQueryMa
|
|||
throw new IllegalStateException("unknow query type");
|
||||
}
|
||||
|
||||
/**
|
||||
* @see com.idcanet.showplanner.ejb.services.XtesManagerLocal#executeUpdate(java.lang.String, java.lang.String, java.util.Map)
|
||||
*/
|
||||
public Integer executeUpdate(String name,Map<String, Object> parameters) {
|
||||
Query query = getQuery(name);
|
||||
for (String key:parameters.keySet()) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue