public DaoHibernate(Class<T> persistentClass) {
        this.persistentClass = persistentClass;
}

How Can I declare this bean in Spring Framework?


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to