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