ORM Bee,
example for MoreTable methods:selectWithFun,count
ORM Bee时, MoreTable 方法selectWithFun,count 使用实例
package org.teasoft.exam.bee.osql;
import org.teasoft.bee.osql.BeeException;
import org.teasoft.bee.osql.FunctionType;
import org.teasoft.bee.osql.api.Condition;
import org.teasoft.bee.osql.api.MoreTable;
import org.teasoft.exam.bee.osql.moretable.entity.Assignexam;
import org.teasoft.honey.osql.core.BeeFactory;
import org.teasoft.honey.osql.core.BeeFactoryHelper;
import org.teasoft.honey.osql.core.Logger;
import org.teasoft.honey.osql.shortcut.BF;
/**
* example for MoreTable methods:selectWithFun,count
* @author Kingstar
*/
public class MoreTableFun {
public static void main(String[] args) {
test();
}
public static void test() {
try {
MoreTable moreTable = BeeFactory.getHoneyFactory().getMoreTable();
Condition distinctCondition0 = BeeFactoryHelper.getCondition();
distinctCondition0.selectDistinc

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



