| | |
| | | |
| | | <mapper namespace="kr.wisestone.owl.mapper.HostingFieldMapper"> |
| | | |
| | | <select id="find" resultType="java.util.HashMap" parameterType="kr.wisestone.owl.web.condition.HostingCondition"> |
| | | <select id="find" resultType="java.util.HashMap" parameterType="kr.wisestone.owl.web.condition.HostingFieldCondition"> |
| | | SELECT |
| | | h.id as id, |
| | | h.name as name, |
| | |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="count" resultType="java.lang.Long" parameterType="kr.wisestone.owl.web.condition.HostingCondition"> |
| | | <select id="count" resultType="java.lang.Long" parameterType="kr.wisestone.owl.web.condition.HostingFieldCondition"> |
| | | SELECT |
| | | count(h.id) |
| | | FROM |
| | |
| | | |
| | | <mapper namespace="kr.wisestone.owl.mapper.IspFieldMapper"> |
| | | |
| | | <select id="find" resultType="java.util.HashMap" parameterType="kr.wisestone.owl.web.condition.IspCondition"> |
| | | <select id="find" resultType="java.util.HashMap" parameterType="kr.wisestone.owl.web.condition.IspFieldCondition"> |
| | | SELECT |
| | | i.id as id, |
| | | i.name as name, |
| | |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="count" resultType="java.lang.Long" parameterType="kr.wisestone.owl.web.condition.IspCondition"> |
| | | <select id="count" resultType="java.lang.Long" parameterType="kr.wisestone.owl.web.condition.IspFieldCondition"> |
| | | SELECT |
| | | count(i.id) |
| | | FROM |