类 JpaOrmXmlEventReader

  • 所有已实现的接口:
    Iterator<Object>, XMLEventReader

    public class JpaOrmXmlEventReader
    extends EventReaderDelegate
    A JPA orm.xml specific StAX EVentReader to handle a few oddities. 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.
    作者:
    Strong Liu, Steve Ebersole, Hardy Ferentschik