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 MetaDataContext
Allows 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 MetaDataRepository
getRepository()
Access metadata repository.
-
-
-
Method Detail
-
getRepository
MetaDataRepository getRepository()
Access metadata repository.
-
-