| Package | Description |
|---|---|
| javax.jdo.annotations | |
| javax.jdo.metadata |
This package contains classes representing the different components of the JDO Metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static IdGeneratorStrategy |
IdGeneratorStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdGeneratorStrategy[] |
IdGeneratorStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IdGeneratorStrategy |
DatastoreIdentityMetadata.getStrategy()
Accessor for the identity generation strategy.
|
IdGeneratorStrategy |
MemberMetadata.getValueStrategy()
Accessor for the value strategy
|
| Modifier and Type | Method and Description |
|---|---|
DatastoreIdentityMetadata |
DatastoreIdentityMetadata.setStrategy(IdGeneratorStrategy strategy)
Method to set the identity generation strategy.
|
MemberMetadata |
MemberMetadata.setValueStrategy(IdGeneratorStrategy str)
Method to set the value strategy
|
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.