Package org.apache.openjpa.meta
Interface MetaDataContext
- 
- All Known Subinterfaces:
 ValueMapping,ValueMetaData
- All Known Implementing Classes:
 ClassMapping,ClassMetaData,Discriminator,FieldMapping,FieldMetaData,NonPersistentMetaData,SequenceMapping,SequenceMetaData,ValueMappingImpl,ValueMetaDataImpl,Version
public interface MetaDataContextAllows us to access configuration through metadata in a generic way.- Author:
 - Abe White
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetaDataRepositorygetRepository()Access metadata repository. 
 - 
 
- 
- 
Method Detail
- 
getRepository
MetaDataRepository getRepository()
Access metadata repository. 
 - 
 
 -