Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] @ManyToOne(optional=false) versus @Column(nullable=false)

Hi,

I was under the impression that @ManyToOne(optional=false) versus
@Column(nullable=false) will yield non-null columns, but it seems that
@ManyToOne(optional=false) creates a nullable column.

Is this a bug or a misunderstanding?

Thank you,
Gili
-- 
View this message in context: http://www.nabble.com/%40ManyToOne%28optional%3Dfalse%29-versus-%40Column%28nullable%3Dfalse%29-tp20930371p20930371.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top