Class 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 a PersistenceUnitInfo. Easier to consolidate both views into a single contract and extract information through that shared contract.