| 
 | Berkeley DB version 5.3.28 | |||||||||
| 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(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(String name,
                     String className,
                     String declaringClassName,
                     String elementClassName,
                     String keyName,
                     Relationship relationship,
                     String relatedEntity,
                     DeleteAction deleteAction)Used by an EntityModelto construct secondary key metadata. | |
| 
 | Berkeley DB version 5.3.28 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||