Uses of Class
it.unimi.dico.islab.idbs2.map.session.RelationManager

Packages that use RelationManager
it.unimi.dico.islab.idbs2.map.session Contains all necessary classes to manage the Hibernate Session connected to a map database. 
 

Uses of RelationManager in it.unimi.dico.islab.idbs2.map.session
 

Fields in it.unimi.dico.islab.idbs2.map.session declared as RelationManager
static RelationManager MapSessionManager.rm
          RelationManager reference, used to manage Relation objects.
 

Methods in it.unimi.dico.islab.idbs2.map.session that return RelationManager
protected static RelationManager RelationManager.getRelationManager()