public class UnitDaoFactory extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
UnitDaoFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.orm.hibernate3.HibernateTransactionManager |
getTransactionManager() |
UnitDao |
getUnitDao() |
void |
setTransactionManager(org.springframework.orm.hibernate3.HibernateTransactionManager transactionManager) |
void |
setUnitDao(UnitDao unitDao) |
public void setUnitDao(UnitDao unitDao)
public UnitDao getUnitDao()
public void setTransactionManager(org.springframework.orm.hibernate3.HibernateTransactionManager transactionManager)
public org.springframework.orm.hibernate3.HibernateTransactionManager getTransactionManager()
Copyright © 2014. All Rights Reserved.