And using columnDefinition="count integer not null default 0" seems overkill, as I shouldn't be re-specifying the SQL for it, right?
Dean Jackson wrote: > > private int count; > @Column(nullable=false) > public int getCount() { return count; } > -- View this message in context: http://www.nabble.com/Annotated-default-values-in-POJOs--tf3287676s2369.html#a9144939 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]