Class JpaOrmXmlEventReader

  • All Implemented Interfaces:
    Iterator<Object>, XMLEventReader

    public class JpaOrmXmlEventReader
    extends EventReaderDelegate
    StAX EVentReader which handles a few oddities specific to JPA orm.xml Mainly we handle the namespace change. Ultimately we should handle "upgrading" the documents as well. The idea being that we'd always treat all versions as the latest. {@see HHH-8108} for more discussion.