|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| GlueMybatisDao | MybatisDAO. |
dao package for MyBatis. Glue Data Access Object(DAO).
DAO class´Â applicationContext.xml¿¡ Á¤ÀǵȴÙ.
1. applicationContext.xml2. mybatis/mapper/{name}.xml delete from dept where deptno= #{deptno} insert into dept (DEPTNO,DNAME,LOC) values (#{deptno},#{dname},#{loc}) update dept set DNAME=#{dname}, LOC=#{loc} where deptno=#{deptno} delete from dept where deptno= #{deptno} insert into dept (DEPTNO,DNAME,LOC) values (#{deptno},#{dname},#{loc}) update dept set DNAME=#{dname}, LOC=#{loc} where deptno=#{deptno}
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||