How is exactly the scanning for @Version and @Id done.
I have @MappedSuperclass that have @Version and @Id fields. This class is in separate module that is referenced as a dependency.
I inherit from the @MappedSuperclass, but roo still tries to generate version and id fields.
Note: If the entity that inherits from the @MappedSuperclass is in the same module/project, it works fine.


Reply With Quote