I have an @Entity in a commons package:
@Entity
@Entity("person") public class Person { //fields... }
In an implementing a