|
Berkeley DB version 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 are 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 5.3.28 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |