Berkeley DB XML
version 2.5.16

Uses of Class
com.sleepycat.persist.model.DeleteAction

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 EntityModel to construct secondary key metadata.
 


Berkeley DB XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.