HibernateD and DDBC - ORM and DB abstraction layer for D

Jacob Carlborg doob at me.com
Thu Apr 4 02:01:42 PDT 2013


On 2013-04-04 11:01, Jacob Carlborg wrote:

> Perhaps for primitive types you could have:
>
> class User
> {
>      Long id;
>      String name;
>      Int foo;
> }
>
> Note the capital letters.
>

Or:

Id id;

-- 
/Jacob Carlborg


More information about the Digitalmars-d-announce mailing list