Class JpaOrmXmlEventReader

java.lang.Object
javax.xml.stream.util.EventReaderDelegate
org.hibernate.boot.jaxb.internal.stax.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. for more discussion.