Berkeley DB
version 4.7.25

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

Packages that use Relationship
com.sleepycat.persist.model Annotations for defining a persistent object model. 
 

Uses of Relationship in com.sleepycat.persist.model
 

Methods in com.sleepycat.persist.model that return Relationship
 Relationship SecondaryKeyMetadata.getRelationship()
          Returns the relationship between instances of the entity class and the secondary keys.
static Relationship Relationship.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Relationship[] Relationship.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in com.sleepycat.persist.model with parameters of type Relationship
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
version 4.7.25

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