Package org.springmodules.orm.orbroker.support

Examples of org.springmodules.orm.orbroker.support.BrokerDaoSupport.afterPropertiesSet()


    BrokerDaoSupport testDao = new BrokerDaoSupport() {
    };
    testDao.setBrokerTemplate(template);
    assertEquals(template, testDao.getBrokerTemplate());

    testDao.afterPropertiesSet();
    dsControl.verify();
  }

  /**
   * This method may be updated when upgrading ORBroker to a newer version.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.