整理:小弟我们需不需要像存储过程一样的跨数据库过程

整理:我们需不需要像存储过程一样的跨数据库过程???????????????????? innerJour?Dep?+?????????? ????

整理:我们需不需要像存储过程一样的跨数据库过程

???????????"????????? innerJour?Dep?"+?

????????? ?"????????? on (user_info.dep_id=Dep.dep_id" +

?????????? "????????? where?userInfo.dep_id=:id"+

?????????? "??????????@isNullNotCondition(and Dep.dep_name=:name)";

封装的集合如下:

1、创建临时表

2、Insert、Update、Delete、Select语句。

3、根据数据库生成Java对象,java对象与数据库一一对应该。

?

????????[?WHERE?condition?]