Uses of Class
com.rapidtransform.core.model.namespace.NamespaceRelation

Packages that use NamespaceRelation
com.rapidtransform.core.dao.hibernate   
 

Uses of NamespaceRelation in com.rapidtransform.core.dao.hibernate
 

Methods in com.rapidtransform.core.dao.hibernate that return types with arguments of type NamespaceRelation
 java.util.Map<NamespaceRelation,java.lang.String> MetaRelationDAOHibernate.getRelationEntities()
           
 

Method parameters in com.rapidtransform.core.dao.hibernate with type arguments of type NamespaceRelation
 void MetaRelationDAOHibernate.setRelationEntities(java.util.Map<NamespaceRelation,java.lang.String> relationEntities)