DerbyObserver
ContainerHandleActionOnCommit
, DropOnCommit
abstract class ContainerActionOnCommit extends java.lang.Object implements DerbyObserver
Modifier and Type | Field | Description |
---|---|---|
protected ContainerKey |
identity |
Modifier | Constructor | Description |
---|---|---|
protected |
ContainerActionOnCommit(ContainerKey identity) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object other) |
An equals method that returns true if the other obejct
is a sub-class of this, and the container identities
are equal *and* it is the same class as this.
|
int |
hashCode() |
update
protected ContainerKey identity
protected ContainerActionOnCommit(ContainerKey identity)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.