|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES All Classes |
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 All Classes |