Re: [Perfectjpattern-users] Problem with AbstractHibernateManagedGenericDao constructor?
Brought to you by:
bravegag
|
From: Giovanni A. G. <bra...@gm...> - 2010-04-02 10:16:28
|
Hello Niran!
I am happy you managed! and I apologize for not responding before I thought I was receiving all emails from the list but I wasn't.
We are putting together a new version with many major improvements and a parallel implementation of Generic DAO for EclipseLink so switching from one framework to the other from the code prospective should be transparent.
Best regards,
Giovanni
>Sorry, my mistake. I forgot I can initialize the superclass separately with:
>public MovieGenericDao() {
> super(Movie.class);
>}
>
>Thanks for providing a great framework :)
>
>Best regards,
>Niran
>
|