gpt4 book ai didi

hibernate - 将基于 XML 的配置转换为注释

转载 作者:行者123 更新时间:2023-12-02 23:54:52 26 4
gpt4 key购买 nike

是否有任何实用程序可用于将基于 XML 的配置文件(例如在 Spring 或 Hibernate 中)转换为注释?如果没有,是否值得构建这样一个工具?

最佳答案

进入下一页

https://www.hibernate.org/hib_docs/tools/reference/en/html/ant.html

并参见第 4.4.2 项。

POJO java 代码导出器 ( )

它说:

<hbm2java> is a java codegenerator. Options for controlling wether JDK 5 syntax can be used and whether the POJO should be annotated with EJB3/Hibernate Annotations.

<hibernatetool destdir="${build.dir}/generated">
<configuration configurationfile="hibernate.cfg.xml"/>
<hbm2java jdk5="true" ejb3="true"/>
</hibernatetool>

关于ejb3属性,它说:

Code will contain EJB 3 features, e.g. using annotations from javax.persistence and org.hibernate.annotations

关于hibernate - 将基于 XML 的配置转换为注释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1496135/

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