[LG 유레카] 0723
MyBatis
-
DQL 호출
-
NameSpace
-
파라미터처리
-
#{username}
예) <select id=”select” parameterType=”String”>
select userid from userTable
where username=#{username}
</select>
-
-
속성
DQL 호출
NameSpace
파라미터처리
#{username}
예) <select id=”select” parameterType=”String”>
select userid from userTable
where username=#{username}
</select>
속성
댓글남기기