Class ParsedPersistenceXmlDescriptor

java.lang.Object
org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
All Implemented Interfaces:
PersistenceUnitDescriptor

public class ParsedPersistenceXmlDescriptor extends Object implements PersistenceUnitDescriptor
Describes the information gleaned from a <persistence-unit/> element in a persistence.xml file whether parsed directly by Hibernate or passed to us by an EE container as an instance of PersistenceUnitInfo.

Easier to consolidate both views into a single contract and extract information through that shared contract.