|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.openjpa.persistence.AnnotationPersistenceXMLMetaDataParser
public class AnnotationPersistenceXMLMetaDataParser
JAXB xml annotation metadata parser.
Constructor Summary | |
---|---|
AnnotationPersistenceXMLMetaDataParser(OpenJPAConfiguration conf)
Constructor; supply configuration. |
Method Summary | |
---|---|
void |
clear()
Clear caches. |
OpenJPAConfiguration |
getConfiguration()
Configuration supplied on construction. |
Log |
getLog()
Metadata log. |
MetaDataRepository |
getRepository()
Returns the repository for this parser. |
void |
parse(FieldMetaData fmd)
Parse persistence metadata for the given field metadata. |
void |
setRepository(MetaDataRepository repos)
Set the metadata repository for this parser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationPersistenceXMLMetaDataParser(OpenJPAConfiguration conf)
Method Detail |
---|
public OpenJPAConfiguration getConfiguration()
public Log getLog()
public MetaDataRepository getRepository()
public void setRepository(MetaDataRepository repos)
public void clear()
public void parse(FieldMetaData fmd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |