http://docs.jboss.org/hibernate/jpamodelgen/1.0/app/en-US/html_single/“rel=“nofollow”
我有一个春罗项目,利用Eclipse作为民主选举学会。 我得以将Eclipse项目和maven pom.xml混为一谈,以便在建筑/装配过程中使用JPA 2.0代代代发电机。 问题在于,发电机为Roo实体(即有<代码>@的域级)制造了异构体。 Roo* Note。
我创建了一个“手提”的实体,并确认发电机配置得当。 我怀疑,Roo实体的发电机之所以失败,是因为不知道AspectJ IDT班。 是否有办法使Roo实体的发电机发挥作用?
在我忘记之前,奥赫就是我的组合:
- STS 2.5.1
- Spring Roo 1.1.0
- Project configuration:
- Annotation processing enabled
- Factory path contains
hibernate-jpa-2.0-api-1.0.0.Final.jar
andhibernate-jpamodelgen-1.1.0.Final.jar
- pom.xml
- Included http://maven-annotation-plugin.googlecode.com/svn/trunk/mavenrepo as a plugin repository
- Added
org.hibernate:hibernate-jpamodelgen:1.1.0.Final
as dependency - Added and configured
org.codehaus.mojo:build-helper-maven-plugin:1.5
to includesrc/generated/java
as a maven source folder - Added and configured
org.bsc.maven:maven-processor-plugin
to runorg.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
and place the generated code atsrc/generated/java
必要时,我可以提供进一步详情。 提前感谢。