| Package | Description |
|---|---|
| javax.jdo.metadata |
This package contains classes representing the different components of the JDO Metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ClassPersistenceModifier |
ClassMetadata.getPersistenceModifier()
Accessor for the persistence modifier.
|
static ClassPersistenceModifier |
ClassPersistenceModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassPersistenceModifier[] |
ClassPersistenceModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClassMetadata |
ClassMetadata.setPersistenceModifier(ClassPersistenceModifier mod)
Method to define the persistence modifier.
|
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.