spring-petclinic
spring-petclinic copied to clipboard
Shouldn't the "name" property of the NamedEntity Bean be non nullable?
@Column(name = "name", nullable = false)
private String name;