in sub-managers.
I still be curious on the problem.
When/Where do I use BaseManager's dao variable?
Generally, I think BaseManager's dao couldn't be used by BaseManager's
sub-classes.
a cup of Java, cheers!
Sha Jiang
mraible wrote:
>
> http://issues.appfuse.org/brows
Hello,
I just be curious with the matter,
anybody can give me some explanation?
Thanks!
a cup of Java, cheers!
Sha Jiang
jiangshachina wrote:
>
> I'm new to AppFuse, and want to use AppFuse 1.9.4
> (Webwork+Spring+Hibernate).
>
> UserDao interface extends Dao interface,
I'm new to AppFuse, and want to use AppFuse 1.9.4 (Webwork+Spring+Hibernate).
UserDao interface extends Dao interface, and BaseDaoHibernate implements
Dao.
In my mind, since BaseDaoHibernate implements CRUD operations (yes, the
javadoc said the same),
then the class would be reused by other Dao c