|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Config | |
| asit.moa.moazs.notifier | |
| Uses of Config in asit.moa.moazs.notifier |
| Methods in asit.moa.moazs.notifier that return Config | |
static Config |
UtilsConfig.get(String name)
|
Config |
BaseConfigDAO.cast(Object object)
Cast the object as a asit.moa.moazs.notifier.Config |
Config |
BaseConfigDAO.get(long key)
|
Config |
BaseConfigDAO.get(long key,
net.sf.hibernate.Session s)
|
Config |
BaseConfigDAO.load(long key)
|
Config |
BaseConfigDAO.load(long key,
net.sf.hibernate.Session s)
|
Config |
BaseConfigDAO.loadInitialize(long key,
net.sf.hibernate.Session s)
|
| Methods in asit.moa.moazs.notifier with parameters of type Config | |
static void |
UtilsConfig.saveOrUpdate(Config config)
|
Long |
BaseConfigDAO.save(Config config)
Persist the given transient instance, first assigning a generated identifier. |
Long |
BaseConfigDAO.save(Config config,
net.sf.hibernate.Session s)
Persist the given transient instance, first assigning a generated identifier. |
void |
BaseConfigDAO.saveOrUpdate(Config config)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
BaseConfigDAO.saveOrUpdate(Config config,
net.sf.hibernate.Session s)
Either save() or update() the given instance, depending upon the value of its identifier property. |
void |
BaseConfigDAO.update(Config config)
Update the persistent state associated with the given identifier. |
void |
BaseConfigDAO.update(Config config,
net.sf.hibernate.Session s)
Update the persistent state associated with the given identifier. |
void |
BaseConfigDAO.delete(Config config)
Remove a persistent instance from the datastore. |
void |
BaseConfigDAO.delete(Config config,
net.sf.hibernate.Session s)
Remove a persistent instance from the datastore. |
void |
BaseConfigDAO.refresh(Config config,
net.sf.hibernate.Session s)
Re-read the state of the given instance from the underlying database. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||