Hi all,
Some questions about the JPA metamodel generator.
1) I have a class with a field Person person annotated @Transient. When generating the metamodel, the class Person (located in another project, with old hibernate validation annotations) is being processed by the generator (giving me some warnings during build). Why is this happening ? @Transient fields will not be part of the metamodel.
2) Same question for an EntityListener class referenced via @EntityListeners(MyListener.class), also being processed by the generator.
Thanks in advance for your answers.
|