|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DBUpdateEvent.UpdateType | |
|---|---|
| com.antelmann.mgmt | This package contains generally useful classes for business management. |
| Uses of DBUpdateEvent.UpdateType in com.antelmann.mgmt |
|---|
| Methods in com.antelmann.mgmt that return DBUpdateEvent.UpdateType | |
|---|---|
DBUpdateEvent.UpdateType |
DBUpdateEvent.getType()
indicates whether it was an update, insert or delete |
static DBUpdateEvent.UpdateType |
DBUpdateEvent.UpdateType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DBUpdateEvent.UpdateType[] |
DBUpdateEvent.UpdateType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in com.antelmann.mgmt with parameters of type DBUpdateEvent.UpdateType | |
|---|---|
DBUpdateEvent(DBClassStore<?> source,
DBUpdateEvent.UpdateType type,
Resource resource)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||