com.rapidtransform.core.dao.hibernate
Class MetaRelationDAOHibernate

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by 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

Constructor Summary
MetaRelationDAOHibernate()
           
 
Method Summary
 MetaService getMetaService()
           
 java.util.Map<NamespaceRelation,java.lang.String> getRelationEntities()
           
 Relation save(Relation relation)
           
 void setMetaService(MetaService metaService)
           
 void setRelationEntities(java.util.Map<NamespaceRelation,java.lang.String> relationEntities)
           
 
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
 

Constructor Detail

MetaRelationDAOHibernate

public MetaRelationDAOHibernate()
Method Detail

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