I have an entity annotated with @Entity. If I am responsible for creating the CREATE TABLE scripts why should I specify @Column( nullable
@Entity
CREATE TABLE
@Column( nullable
In your case there might not be actual benefit, but: