gpt4 book ai didi

java - 生成 Hibernate 映射文件时未创建注释

转载 作者:行者123 更新时间:2023-12-04 11:04:45 24 4
gpt4 key购买 nike

我正在关注此链接以生成 hibernate 文件

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

文件已生成但没有注释。
我检查了“生成 EJB3 注释”,但仍然无法正常工作
数据库是 Postgres。
我曾经以同样的方式做它并且它工作正常..
几周前我升级到 eclipse 氧气并改变了我的工作场所
从那时起它就不起作用了..
是否有人知道该 Activity 是否有日志文件?也许我可以在那里找到一些东西?

这是我的 hibernate.cfg.xml 文件



    <property name="hibernate.bytecode.use_reflection_optimizer">false</property>
<property name="hibernate.connection.driver_class">org.postgresql.Driver</property>
<property name="hibernate.connection.password">password</property>
<property name="hibernate.connection.url">jdbc:postgresql://xxxxx/yyy</property>
<property name="hibernate.connection.username">user</property>
<property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<!-- <property name="hibernate.enable_lazy_load_no_trans">false</property> -->
<property name="hibernate.search.autoregister_listeners">true</property>
<property name="hibernate.validator.apply_to_ddl">false</property>
<property name="hibernate.temp.use_jdbc_metadata_defaults">false</property>
<property name="hibernate.enable_lazy_load_no_trans">true</property>


</session-factory>

最佳答案

折腾了两天,终于发现问题了。。
我的 hibernate 版本是 5.3 并且在将 hibernate 版本更改为 5.2(在 hibernate 配置窗口中)之后仍然有效 - 它有效!

关于java - 生成 Hibernate 映射文件时未创建注释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50837574/

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