类的使用
net.sinodawn.framework.database.context.EntityContext
-
-
net.sinodawn.framework.database.context.instance中EntityContext的使用
返回EntityContext的net.sinodawn.framework.database.context.instance中的方法 修饰符和类型 方法 说明 EntityContextEntityContextInstance. getContext() -
net.sinodawn.framework.database.core中EntityContext的使用
返回EntityContext的net.sinodawn.framework.database.core中的方法 修饰符和类型 方法 说明 static EntityContextDatabaseManager. getEntityContext(Class<? extends Persistable<?>> entityClass) -
net.sinodawn.framework.mybatis.dao中EntityContext的使用
返回EntityContext的net.sinodawn.framework.mybatis.dao中的方法 修饰符和类型 方法 说明 EntityContextMybatisDaoSupport. getEntityContext() -
net.sinodawn.framework.mybatis.mapper中EntityContext的使用
参数类型为EntityContext的net.sinodawn.framework.mybatis.mapper中的方法 修饰符和类型 方法 说明 intDaoMapper. batchCount(EntityContext context, List<EntityContextInstance> contextInstanceList)voidDaoMapper. batchDeleteById(EntityContext context, List<EntityContextInstance> contextInstanceList)voidDaoMapper. batchInsert(EntityContext context, List<EntityContextInstance> contextInstanceList)List<Map<String,Object>>DaoMapper. batchSelect(EntityContext context, List<EntityContextInstance> contextInstanceList, List<String> selectColumnList, List<Order> orderList)voidDaoMapper. batchUpdateByIds(EntityContext context, List<EntityContextInstance> contextInstanceList, List<String> updateColumnList)List<Map<String,Object>>DaoMapper. lockByIds(EntityContext context, List<Object> idList)List<Map<String,Object>>DaoMapper. selectByIds(EntityContext context, List<Object> idList, List<String> selectColumnList, List<Order> orderList) -
net.sinodawn.framework.support.base.dao中EntityContext的使用
返回EntityContext的net.sinodawn.framework.support.base.dao中的方法 修饰符和类型 方法 说明 EntityContextGenericDao. getEntityContext()
-