package japicmp.test.jpa; import javax.persistence.Entity; @Entity(name = "EXPLICIT") public class ModifiedEntityNameDefault2Explicit { }