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