com.rapidtransform.core.dao.hibernate
Class MetaRelationDAOHibernate
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.rapidtransform.core.dao.hibernate.MetaRelationDAOHibernate
- All Implemented Interfaces:
- RelationDAO, org.springframework.beans.factory.InitializingBean
public class MetaRelationDAOHibernate
- extends org.springframework.orm.hibernate3.support.HibernateDaoSupport
- implements RelationDAO
- Author:
- Steve Werner
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
getHibernateTemplate, getSessionFactory, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaRelationDAOHibernate
public MetaRelationDAOHibernate()
getRelationEntities
public java.util.Map<NamespaceRelation,java.lang.String> getRelationEntities()
- Returns:
- Returns the relationEntities.
setRelationEntities
public void setRelationEntities(java.util.Map<NamespaceRelation,java.lang.String> relationEntities)
- Parameters:
relationEntities
- The relationEntities to set.
getMetaService
public MetaService getMetaService()
- Returns:
- Returns the metaService.
setMetaService
public void setMetaService(MetaService metaService)
- Parameters:
metaService
- The metaService to set.
save
public Relation save(Relation relation)
throws ConveloException
- Specified by:
save
in interface RelationDAO
- Throws:
ConveloException