HibernateD and DDBC - ORM and DB abstraction layer for D
Vadim Lopatin
coolreader.org at gmail.com
Fri Apr 5 02:22:16 PDT 2013
On Friday, 5 April 2013 at 08:53:56 UTC, Jacob Carlborg wrote:
> Why won't Nullable!(string) String work?
It's to reduce field size (eliminate unnecessary bool field from
Nullable!, but it's easy to support both cases.
> Looks much better know. I'm wondering though, if there need to
> be a way to indicate a regular instance variable that isn't a
> column.
1) Any private, protected, package members are not columns.
2) @Transient annotation may be applied to public member to say
that it shouln't be persisted (like in Java)
More information about the Digitalmars-d-announce
mailing list