mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-07-09 12:06:39 +00:00
集成分表框架sharding-jdbc,内容表拆分
This commit is contained in:
@ -266,7 +266,7 @@ int insert(org.mybatis.dynamic.sql.insert.render.InsertStatementProvider<
|
||||
<pre>@Generated(value="org.mybatis.generator.api.MyBatisGenerator")
|
||||
@SelectProvider(type=org.mybatis.dynamic.sql.util.SqlProviderAdapter.class,
|
||||
method="select")
|
||||
@Results(id="BookContentResult",value={@Result(column="id",property="id",jdbcType=BIGINT,id=true),@Result(column="index_id",property="indexId",jdbcType=BIGINT),@Result(column="content",property="content",jdbcType=LONGVARCHAR)})
|
||||
@Results(id="BookContentResult",value={@Result(column="id",property="id",jdbcType=BIGINT,id=true),@Result(column="index_id",property="indexId",jdbcType=BIGINT),@Result(column="content",property="content",jdbcType=VARCHAR)})
|
||||
java.util.List<<a href="../../../../../com/java2nb/novel/book/entity/BookContent.html" title="com.java2nb.novel.book.entity中的类">BookContent</a>> selectMany(org.mybatis.dynamic.sql.select.render.SelectStatementProvider selectStatement)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -266,7 +266,7 @@ int insert(org.mybatis.dynamic.sql.insert.render.InsertStatementProvider<
|
||||
<pre>@Generated(value="org.mybatis.generator.api.MyBatisGenerator")
|
||||
@SelectProvider(type=org.mybatis.dynamic.sql.util.SqlProviderAdapter.class,
|
||||
method="select")
|
||||
@Results(id="NewsResult",value={@Result(column="id",property="id",jdbcType=BIGINT,id=true),@Result(column="cat_id",property="catId",jdbcType=INTEGER),@Result(column="cat_name",property="catName",jdbcType=VARCHAR),@Result(column="source_name",property="sourceName",jdbcType=VARCHAR),@Result(column="title",property="title",jdbcType=VARCHAR),@Result(column="create_time",property="createTime",jdbcType=TIMESTAMP),@Result(column="create_user_id",property="createUserId",jdbcType=BIGINT),@Result(column="update_time",property="updateTime",jdbcType=TIMESTAMP),@Result(column="update_user_id",property="updateUserId",jdbcType=BIGINT),@Result(column="content",property="content",jdbcType=LONGVARCHAR)})
|
||||
@Results(id="NewsResult",value={@Result(column="id",property="id",jdbcType=BIGINT,id=true),@Result(column="cat_id",property="catId",jdbcType=INTEGER),@Result(column="cat_name",property="catName",jdbcType=VARCHAR),@Result(column="source_name",property="sourceName",jdbcType=VARCHAR),@Result(column="title",property="title",jdbcType=VARCHAR),@Result(column="create_time",property="createTime",jdbcType=TIMESTAMP),@Result(column="create_user_id",property="createUserId",jdbcType=BIGINT),@Result(column="update_time",property="updateTime",jdbcType=TIMESTAMP),@Result(column="update_user_id",property="updateUserId",jdbcType=BIGINT),@Result(column="content",property="content",jdbcType=VARCHAR)})
|
||||
java.util.List<<a href="../../../../../com/java2nb/novel/news/entity/News.html" title="com.java2nb.novel.news.entity中的类">News</a>> selectMany(org.mybatis.dynamic.sql.select.render.SelectStatementProvider selectStatement)</pre>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user