Package org.hibernate.boot.jaxb.internal
Class ConfigurationBinder
java.lang.Object
org.hibernate.boot.jaxb.internal.AbstractBinder<JaxbPersistenceImpl>
org.hibernate.boot.jaxb.internal.ConfigurationBinder
- All Implemented Interfaces:
Binder<JaxbPersistenceImpl>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <X extends JaxbPersistenceImpl>
Binding<X>doBind
(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) boolean
Methods inherited from class org.hibernate.boot.jaxb.internal.AbstractBinder
bind, bind, createReader, createReader, hasNamespace, jaxb, seekRootElementStartEvent
-
Constructor Details
-
ConfigurationBinder
-
-
Method Details
-
isValidationEnabled
public boolean isValidationEnabled()- Specified by:
isValidationEnabled
in classAbstractBinder<JaxbPersistenceImpl>
-
doBind
protected <X extends JaxbPersistenceImpl> Binding<X> doBind(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) - Specified by:
doBind
in classAbstractBinder<JaxbPersistenceImpl>
-
jaxbContext
-