| Package | Description |
|---|---|
| org.apache.openjpa.meta |
OpenJPA Metadata
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueMetaData
Holds metadata on a value; this could be a field value, key value, or
element value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassMetaData
Contains metadata about a persistent type.
|
class |
FieldMetaData
Metadata for a managed class field.
|
class |
NonPersistentMetaData
Metadata about a persistence-aware type.
|
class |
SequenceMetaData
Metadata about a named sequence.
|
class |
ValueMetaDataImpl
Default
ValueMetaData implementation. |
| Modifier and Type | Method and Description |
|---|---|
static void |
ValueStrategies.assertSupported(int strategy,
MetaDataContext context,
String attributeName)
Assert that the given strategy is supported by the current runtime.
|
Copyright © 2006-2014 Apache Software Foundation. All Rights Reserved.