You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tylertreat edited this page Jan 17, 2013
·
1 revision
The NotNull annotation is used to indicate that an entity class's field may not contain a null value when being persisted to the database. NotNull has no effect on a field that is marked transient.
NotNull` Example
The example below shows how the field mBar is marked as not nullable.