iBATIS3 ibatis like절 처리 출처: http://theeye.pe.kr/186 MySQL : SELECT * FROM tbl_name WHERE column_name LIKE "%$username$%" ORACLE : SELECT * FROM tbl_name WHERE column_name LIKE '%' || #username# || '%' SYBASE/SQL SERVER SELECT * from tbl_name WHERE column_name LIKE '%' + #username# + '%' 2008. 8. 22. [iBatis] ResultMap 사용 시 "The error happened while setting a property on the result object." Error 발생! * error message Caused by: org.springframework.jdbc.UncategorizedSQLException: SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; --- The error occurred in resource/sql/front/classroom/classroom.front.xml. --- The error occurred while applying a result map. --- Check the front.classroom.evalactStatusRm. --- The error happened while setting a property.. 2008. 6. 20. ibatis 개발자 가이드 번역본 아직 안읽어봤음..;; 그치만 보니깐 spring jdbc랑 비슷하던데?? 이거보다 더 간편하게 해준단 말일까..?; 출처 : cafe.naver.com/phpinfo 2008. 1. 3. 이전 1 다음