org.apache.aries.jpa.container.parsing
Interface PersistenceDescriptorParser
public interface PersistenceDescriptorParser
A utility service for parsing JPA persistence descriptors
parse
Collection<ParsedPersistenceUnit> parse(org.osgi.framework.Bundle b,
PersistenceDescriptor descriptor)
throws PersistenceDescriptorParserException
- Parse the supplied
PersistenceDescriptor
- Parameters:
b - The bundle that contains the persistence descriptordescriptor - The descriptor
- Returns:
- A collection of
ParsedPersistenceUnit
- Throws:
PersistenceDescriptorParserException - if any error occurs in parsing
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.