org.apache.aries.jpa.container.parsing.impl
Class PersistenceDescriptorParserImpl
java.lang.Object
org.apache.aries.jpa.container.parsing.impl.PersistenceDescriptorParserImpl
- All Implemented Interfaces:
- PersistenceDescriptorParser
public class PersistenceDescriptorParserImpl
- extends Object
- implements PersistenceDescriptorParser
This class may be used to parse JPA persistence descriptors. The parser validates
using the relevant version of the persistence schema as defined by the xml file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceDescriptorParserImpl
public PersistenceDescriptorParserImpl()
parse
public Collection<ParsedPersistenceUnit> parse(org.osgi.framework.Bundle b,
PersistenceDescriptor descriptor)
throws PersistenceDescriptorParserException
- Specified by:
parse in interface PersistenceDescriptorParser
- Throws:
PersistenceDescriptorParserException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.