|
Berkeley DB version 5.0.32 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteAction | |
---|---|
com.sleepycat.persist.model | Annotations for defining a persistent object model. |
Uses of DeleteAction in com.sleepycat.persist.model |
---|
Methods in com.sleepycat.persist.model that return DeleteAction | |
---|---|
DeleteAction |
SecondaryKeyMetadata.getDeleteAction()
Returns the action to take when a related entity is deleted having a primary key value that exists as a secondary key value for this entity. |
static DeleteAction |
DeleteAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DeleteAction[] |
DeleteAction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.sleepycat.persist.model with parameters of type DeleteAction | |
---|---|
SecondaryKeyMetadata(java.lang.String name,
java.lang.String className,
java.lang.String declaringClassName,
java.lang.String elementClassName,
java.lang.String keyName,
Relationship relationship,
java.lang.String relatedEntity,
DeleteAction deleteAction)
Used by an EntityModel to construct secondary key metadata. |
|
Berkeley DB version 5.0.32 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |