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 PersistenceModifier |
PersistenceModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceModifier |
PersistenceModifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceModifier[] |
PersistenceModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PersistenceModifier[] |
PersistenceModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PersistenceModifier |
MemberMetadata.getPersistenceModifier()
Accessor for the persistence modifier of the field/property.
|
PersistenceModifier |
MemberMetadata.getPersistenceModifier()
Accessor for the persistence modifier of the field/property.
|
Modifier and Type | Method and Description |
---|---|
MemberMetadata |
MemberMetadata.setPersistenceModifier(PersistenceModifier mod)
Method to set the persistence-modifier of the field/property.
|
MemberMetadata |
MemberMetadata.setPersistenceModifier(PersistenceModifier mod)
Method to set the persistence-modifier of the field/property.
|
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.