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

Method Detail

getRepository

MetaDataRepository getRepository()
Access metadata repository.



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.