Uses of Class
org.hibernate.boot.jaxb.spi.Binding
-
Packages that use Binding Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.jaxb.spi org.hibernate.boot.model.process.spi Defines an SPI used during the process of transforming mapping sources into theMetadatareference.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
Uses of Binding in org.hibernate.boot
Methods in org.hibernate.boot that return types with arguments of type Binding Modifier and Type Method Description List<Binding<?>>MetadataSources. getXmlBindings()Methods in org.hibernate.boot with parameters of type Binding Modifier and Type Method Description MetadataSourcesMetadataSources. addXmlBinding(Binding<?> binding)Add XML mapping bindings created from an arbitrary source by the binder. -
Uses of Binding in org.hibernate.boot.jaxb.spi
Methods in org.hibernate.boot.jaxb.spi that return Binding Modifier and Type Method Description <X extends T>
Binding<X>Binder. bind(InputStream stream, Origin origin)Bind from an InputStream<X extends T>
Binding<X>Binder. bind(Source source, Origin origin)Bind from an XML source.abstract BindingXmlSource. doBind(Binder binder) -
Uses of Binding in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return types with arguments of type Binding Modifier and Type Method Description Collection<Binding>ManagedResources. getXmlMappingBindings()Informational access to binding for all known XML mapping files. -
Uses of Binding in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return Binding Modifier and Type Method Description <X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(File file)Create a binding from a File reference<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(InputStream xmlInputStream)Create a binding from an input stream<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(String resource)Create a binding from a named URL resource<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(URL url)Create a binding from a URL<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(InputStreamAccess xmlInputStreamAccess)Create a binding from an input stream -
Uses of Binding in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type Binding Modifier and Type Method Description ConfigurationConfiguration. addXmlMapping(Binding<?> binding)Read mappings that were parsed usingConfiguration.getXmlMappingBinderAccess().
-