org.apache.openjpa.meta
Interface MetaDataModes

All Known Subinterfaces:
MetaDataFactory, ValueMetaData
All Known Implementing Classes:
AbstractCFMetaDataFactory, AbstractMetaDataFactory, ClassMetaData, DelegatingMetaDataFactory, FieldMetaData, MetaDataRepository, MetaDataTool, NoneMetaDataFactory, QueryMetaData, ValueMetaDataImpl

public interface MetaDataModes

Mode constants used to track the initialization status of metadata. These constants can be used as bit flags.

Since:
0.4.0
Author:
Abe White

Field Summary
static int MODE_ANN_MAPPING
           
static int MODE_MAPPING
           
static int MODE_MAPPING_INIT
           
static int MODE_META
           
static int MODE_NONE
           
static int MODE_QUERY
           
 

Field Detail

MODE_NONE

static final int MODE_NONE
See Also:
Constant Field Values

MODE_META

static final int MODE_META
See Also:
Constant Field Values

MODE_MAPPING

static final int MODE_MAPPING
See Also:
Constant Field Values

MODE_QUERY

static final int MODE_QUERY
See Also:
Constant Field Values

MODE_MAPPING_INIT

static final int MODE_MAPPING_INIT
See Also:
Constant Field Values

MODE_ANN_MAPPING

static final int MODE_ANN_MAPPING
See Also:
Constant Field Values