Search:

Type: Posts; User: phanhngocdi; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,965

    let me make it clear in this way

    normal xml configuration:


    <bean id="templateHibernateDAO" lazy-init="true">

    <property name="sessionFactory">

    <ref local="hibernateSessionFactory" />
    </property>
  2. Replies
    1
    Views
    1,965

    configuration inheritance

    Hi,
    supposed that, in the normal xml configuration file, i have:



    <bean id="hibernateSessionFactory" class=".....LocalSessionFactoryBean"
    lazy-init="true">
    <property...
Results 1 to 2 of 2