|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DaoChangeNotifier.Change | |
---|---|
ch.elca.el4j.services.persistence.generic.dao | |
ch.elca.el4j.services.persistence.generic.dao.impl |
Uses of DaoChangeNotifier.Change in ch.elca.el4j.services.persistence.generic.dao |
---|
Subclasses of DaoChangeNotifier.Change in ch.elca.el4j.services.persistence.generic.dao | |
---|---|
static class |
DaoChangeNotifier.EntityChange
Something about DaoChangeNotifier.EntityChange.m_changee may have changed. |
static class |
DaoChangeNotifier.EntityDeleted
The DaoChangeNotifier.EntityChange.m_changee has been deleted. |
static class |
DaoChangeNotifier.EntityInserted
The DaoChangeNotifier.EntityChange.m_changee has been inserted. |
static class |
DaoChangeNotifier.EntityStateChanged
The DaoChangeNotifier.EntityChange.m_changee 's state has changed. |
static class |
DaoChangeNotifier.NewEntityState
The DaoChangeNotifier.EntityChange.m_changee has new state. |
Fields in ch.elca.el4j.services.persistence.generic.dao declared as DaoChangeNotifier.Change | |
---|---|
static DaoChangeNotifier.Change |
DaoChangeNotifier.FUZZY_CHANGE
A fuzzy change object so callers do not have to construct their own. |
Methods in ch.elca.el4j.services.persistence.generic.dao with parameters of type DaoChangeNotifier.Change | |
---|---|
void |
DaoChangeNotifier.announce(DaoChangeNotifier.Change change)
Announces change to all subscribed observers. |
void |
DaoChangeListener.changed(DaoChangeNotifier.Change change)
Invoked if a DAO change was detected. |
Uses of DaoChangeNotifier.Change in ch.elca.el4j.services.persistence.generic.dao.impl |
---|
Methods in ch.elca.el4j.services.persistence.generic.dao.impl with parameters of type DaoChangeNotifier.Change | |
---|---|
void |
DefaultDaoChangeNotifier.announce(DaoChangeNotifier.Change change)
Announces change to all subscribed observers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |