|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cloud | |
---|---|
it.unimi.dico.islab.idbs2.cloud | Contains all necessary classes to represent and manage a Cloud structure
connected to the cloud database. |
it.unimi.dico.islab.idbs2.cloud.session | Contains all necessary classes to manage the Hibernate Session connected to a cloud database. |
Uses of Cloud in it.unimi.dico.islab.idbs2.cloud |
---|
Methods in it.unimi.dico.islab.idbs2.cloud that return Cloud | |
---|---|
Cloud |
CloudNode.getCloud()
Get the owner cloud ( Cloud object) of this node. |
Methods in it.unimi.dico.islab.idbs2.cloud with parameters of type Cloud | |
---|---|
protected void |
CloudNode.setCloud(Cloud cl)
Set the owner cloud ( Cloud object) of this node. |
Uses of Cloud in it.unimi.dico.islab.idbs2.cloud.session |
---|
Methods in it.unimi.dico.islab.idbs2.cloud.session that return Cloud | |
---|---|
Cloud |
CloudManager.getCloudById(Integer id)
|
Methods in it.unimi.dico.islab.idbs2.cloud.session with parameters of type Cloud | |
---|---|
void |
CloudManager.saveOrUpdate(Cloud cloud)
Give persistence to this Cloud object using associated Hibernate mappings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |