public class AnnotationPersistenceXMLMetaDataParser extends Object
Constructor and Description |
---|
AnnotationPersistenceXMLMetaDataParser(OpenJPAConfiguration conf)
Constructor; supply configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear caches.
|
OpenJPAConfiguration |
getConfiguration()
Configuration supplied on construction.
|
Log |
getLog()
Metadata log.
|
MetaDataRepository |
getRepository()
Returns the repository for this parser.
|
void |
parse(Class<?> cls)
Parse persistence metadata for the given field metadata.
|
void |
setRepository(MetaDataRepository repos)
Set the metadata repository for this parser.
|
public AnnotationPersistenceXMLMetaDataParser(OpenJPAConfiguration conf)
public OpenJPAConfiguration getConfiguration()
public Log getLog()
public MetaDataRepository getRepository()
public void setRepository(MetaDataRepository repos)
public void clear()
public void parse(Class<?> cls)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.