| Package | Description |
|---|---|
| org.apache.ddlutils.io |
The
org.apache.ddlutils.io package contains a classes for input
and output of both the database schemas and data files. |
| Modifier and Type | Method and Description |
|---|---|
Identity |
WaitingObject.removePendingFK(Identity fkIdentity)
Removes the specified identity from list of identities of the waited-for objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WaitingObject.addPendingFK(Identity fkIdentity)
Adds the identity of another object that the object is waiting for.
|
Identity |
WaitingObject.removePendingFK(Identity fkIdentity)
Removes the specified identity from list of identities of the waited-for objects.
|
| Constructor and Description |
|---|
WaitingObject(org.apache.commons.beanutils.DynaBean obj,
Identity objIdentity)
Creates a new
WaitingObject instance for the given object. |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.