Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Code generation tool for persitence layer (from database)

Well for JPA in Eclipse there is Dali (JPA Tools).

After that you don't have to write code to make inserts/updates/deletes :)

Though, many people have a common "DAO" class for selectAll, etc. That
really depends on the framework you're using though -- how you make
your DAO class.

./tch



On Sat, Nov 22, 2008 at 1:06 PM, csergiu77 <csergiu77@xxxxxxxxx> wrote:
>
>
> Do you know any good persistence layer code generation tool ? (not only for
> JPA)
>
> To generate simple inserts,update,delete,getAll...,findBy bla bla stuff and
> create the interfaces and necessary factories.
>
> THX !
>
>
>
> --
> View this message in context: http://www.nabble.com/Code-generation-tool-for-persitence-layer-%28from-database%29-tp20639046p20639046.html
> Sent from the EclipseLink - Users mailing list archive at Nabble.com.
>
> _______________________________________________
> eclipselink-users mailing list
> eclipselink-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipselink-users
>


Back to the top