HibernateD and DDBC - ORM and DB abstraction layer for D

Kagamin spam at here.lot
Mon Apr 29 02:25:33 PDT 2013


On Friday, 5 April 2013 at 07:32:55 UTC, Vadim Lopatin wrote:
> @Embeddable // required for Embeddable
> class Address {
>    String zip;           // @Null
>    String state;         // @Null
>    string streetAddress; // @NotNull
> }

Is it good to assume string is not null? For most scenarios 
there's little difference between null and empty string.


More information about the Digitalmars-d-announce mailing list