fetchPageResults
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="Accounts" resultType="Accounts">
|
||||
<select id="fetchPageResults" parameterType="Accounts" resultType="Accounts">
|
||||
select
|
||||
*
|
||||
from
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="AccountsStrategy" resultType="AccountsStrategy">
|
||||
<select id="fetchPageResults" parameterType="AccountsStrategy" resultType="AccountsStrategy">
|
||||
select
|
||||
mas.*,
|
||||
ma.icon appicon
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="AppsAdapters" resultType="AppsAdapters">
|
||||
<select id="fetchPageResults" parameterType="AppsAdapters" resultType="AppsAdapters">
|
||||
select
|
||||
*
|
||||
from
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
<select id="queryPageResults" parameterType="Connectors" resultType="Connectors">
|
||||
<select id="fetchPageResults" parameterType="Connectors" resultType="Connectors">
|
||||
select
|
||||
*
|
||||
from
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
</sql>
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="HistoryConnector" resultType="HistoryConnector">
|
||||
<select id="fetchPageResults" parameterType="HistoryConnector" resultType="HistoryConnector">
|
||||
select
|
||||
*
|
||||
from mxk_history_connector
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
</sql>
|
||||
|
||||
<select id="queryPageResults" parameterType="HistoryLoginApps" resultType="HistoryLoginApps">
|
||||
<select id="fetchPageResults" parameterType="HistoryLoginApps" resultType="HistoryLoginApps">
|
||||
select
|
||||
id,
|
||||
sessionid,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="HistoryLogin" resultType="HistoryLogin">
|
||||
<select id="fetchPageResults" parameterType="HistoryLogin" resultType="HistoryLogin">
|
||||
select
|
||||
id,
|
||||
sessionid,
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</sql>
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="HistorySynchronizer" resultType="HistorySynchronizer">
|
||||
<select id="fetchPageResults" parameterType="HistorySynchronizer" resultType="HistorySynchronizer">
|
||||
select
|
||||
*
|
||||
from mxk_history_synchronizer
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</sql>
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="HistorySystemLogs" resultType="HistorySystemLogs">
|
||||
<select id="fetchPageResults" parameterType="HistorySystemLogs" resultType="HistorySystemLogs">
|
||||
select *
|
||||
from mxk_history_system_logs
|
||||
where instid = #{instId}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
</select>
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="Organizations" resultType="Organizations">
|
||||
<select id="fetchPageResults" parameterType="Organizations" resultType="Organizations">
|
||||
select
|
||||
*
|
||||
from mxk_organizations
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="Resources" resultType="Resources">
|
||||
<select id="fetchPageResults" parameterType="Resources" resultType="Resources">
|
||||
select
|
||||
res.*,app.appname
|
||||
from
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="Roles" resultType="Roles">
|
||||
<select id="fetchPageResults" parameterType="Roles" resultType="Roles">
|
||||
select
|
||||
*
|
||||
from
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="SocialsProvider" resultType="SocialsProvider">
|
||||
<select id="fetchPageResults" parameterType="SocialsProvider" resultType="SocialsProvider">
|
||||
select
|
||||
*
|
||||
from
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
<select id="queryPageResults" parameterType="Synchronizers" resultType="Synchronizers">
|
||||
<select id="fetchPageResults" parameterType="Synchronizers" resultType="Synchronizers">
|
||||
select
|
||||
*
|
||||
from
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
|
||||
|
||||
<select id="queryPageResults" parameterType="UserInfoAdjoint" resultType="UserInfoAdjoint">
|
||||
<select id="fetchPageResults" parameterType="UserInfoAdjoint" resultType="UserInfoAdjoint">
|
||||
select
|
||||
*
|
||||
from
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="org.maxkey.persistence.mapper.UserInfoMapper">
|
||||
|
||||
<select id="queryPageResults" parameterType="UserInfo" resultType="UserInfo">
|
||||
<select id="fetchPageResults" parameterType="UserInfo" resultType="UserInfo">
|
||||
select
|
||||
id,
|
||||
username,
|
||||
|
||||
Reference in New Issue
Block a user