Uses of Interface
org.hibernate.boot.jaxb.spi.Binder
Packages that use Binder
-
Uses of Binder in org.hibernate.boot.jaxb.internal
Classes in org.hibernate.boot.jaxb.internal that implement BinderModifier and TypeClassDescriptionclass
class
class
Responsible for coordinating binding of mapping XML documents into JAXB representations, producingBinding
references.Methods in org.hibernate.boot.jaxb.internal with parameters of type BinderModifier and TypeMethodDescriptionstatic void
CacheableFileXmlSource.createSerFile
(File xmlFile, File outputFile, Binder binder) static void
CacheableFileXmlSource.createSerFile
(File xmlFile, Binder binder) static Binding
static Binding
InputStreamAccessXmlSource.doBind
(Binder binder, InputStreamAccess inputStreamAccess, Origin origin) static Binding
InputStreamXmlSource.doBind
(Binder binder, InputStream inputStream, Origin origin, boolean autoClose) -
Uses of Binder in org.hibernate.boot.jaxb.spi
Methods in org.hibernate.boot.jaxb.spi with parameters of type Binder