Class ConfigurationEventReader
java.lang.Object
javax.xml.stream.util.EventReaderDelegate
org.hibernate.boot.jaxb.internal.stax.AbstractEventReader
org.hibernate.boot.jaxb.internal.stax.ConfigurationEventReader
- All Implemented Interfaces:
Iterator<Object>
,XMLEventReader
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.boot.jaxb.internal.stax.AbstractEventReader
AbstractEventReader.BadVersionException
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationEventReader
(XMLEventReader reader, XMLEventFactory xmlEventFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Methods inherited from class org.hibernate.boot.jaxb.internal.stax.AbstractEventReader
nextEvent, peek
Methods inherited from class javax.xml.stream.util.EventReaderDelegate
close, getElementText, getParent, getProperty, hasNext, next, nextTag, remove, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ConfigurationEventReader
-
-
Method Details
-
shouldBeMappedToLatestJpaDescriptor
- Specified by:
shouldBeMappedToLatestJpaDescriptor
in classAbstractEventReader
-