gpt4 book ai didi

java - hibernate native 查询映射

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:27:59 26 4
gpt4 key购买 nike

我正在尝试进行本地命名查询。我看到了链接

result-set-mapping-complex-mappings

<sql-result-set-mapping name="BookAuthorMappingXml">
<entity-result entity-class="org.thoughts.on.java.jpa.model.Author">
<field-result name="id" column="authorId"/>
<field-result name="firstName" column="firstName"/>
<field-result name="lastName" column="lastName"/>
<field-result name="version" column="authorVersion"/>
</entity-result>

<entity-result entity-class="org.thoughts.on.java.jpa.model.Book">
<field-result name="id" column="id"/>
<field-result name="title" column="title"/>
<field-result name="author" column="author_id"/>
<field-result name="version" column="version"/>
</entity-result>
</sql-result-set-mapping>

我的列数超过20,有没有办法一次性映射所有列

我正在使用 hibernate 4.2

最佳答案

您需要的是自动生成 hibernate 映射。你可以关注 mkyong 的博客

https://www.mkyong.com/hibernate/how-to-generate-code-with-hibernate-tools/

关于java - hibernate native 查询映射,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43116929/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com