Package de.xima.fc.update
Class AUpdater
- java.lang.Object
-
- de.xima.fc.update.AUpdater
-
public abstract class AUpdater extends Object
-
-
Constructor Summary
Constructors Constructor Description AUpdater()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Integer
countElements(IEntityContext ec, String sqlQuery)
static Integer
executeNativeQuery(IEntityContext ec, String qlQuery)
static Integer
executeQuery(IEntityContext ec, String qlQuery)
static <T> List<T>
executeQuery(IEntityContext ec, String qlQuery, Class<T> returnClass)
static List<Number>
getAllIDs(IEntityContext ec, String query)
-
-
-
Method Detail
-
executeQuery
public static Integer executeQuery(IEntityContext ec, String qlQuery) throws Exception
- Throws:
Exception
-
executeNativeQuery
public static Integer executeNativeQuery(IEntityContext ec, String qlQuery) throws Exception
- Throws:
Exception
-
countElements
public static Integer countElements(IEntityContext ec, String sqlQuery) throws Exception
- Throws:
Exception
-
getAllIDs
public static List<Number> getAllIDs(IEntityContext ec, String query) throws Exception
- Throws:
Exception
-
-