Uses of Class
org.hibernate.boot.jaxb.spi.Binding
Packages that use Binding
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
Defines an SPI used during the process of transforming
mapping sources into
the
Metadata reference.A range of SPIs allowing integration with—and customization of—the process of building metadata.
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 BindingMethods in org.hibernate.boot with parameters of type BindingModifier and TypeMethodDescriptionMetadataSources.addXmlBinding(Binding<?> binding) Add XML mapping bindings created from an arbitrary source by the binder. -
Uses of Binding in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal that return BindingModifier and TypeMethodDescriptionAbstractBinder.bind(InputStream stream, Origin origin) AbstractBinder.doBind(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) static Bindingstatic BindingInputStreamAccessXmlSource.doBind(Binder binder, InputStreamAccess inputStreamAccess, Origin origin) static BindingInputStreamXmlSource.doBind(Binder binder, InputStream inputStream, Origin origin, boolean autoClose) protected <X extends BindableMappingDescriptor>
Binding<X>MappingBinder.doBind(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) -
Uses of Binding in org.hibernate.boot.jaxb.spi
Methods in org.hibernate.boot.jaxb.spi that return Binding -
Uses of Binding in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return types with arguments of type BindingMethods in org.hibernate.boot.model.process.internal with parameters of type BindingModifier and TypeMethodDescriptionvoidManagedResourcesImpl.addXmlBinding(Binding<BindableMappingDescriptor> binding) -
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 BindingModifier and TypeMethodDescriptionManagedResources.getXmlMappingBindings()Informational access to binding for all known XML mapping files. -
Uses of Binding in org.hibernate.boot.model.source.internal.hbm
Constructor parameters in org.hibernate.boot.model.source.internal.hbm with type arguments of type BindingModifierConstructorDescriptionHbmMetadataSourceProcessorImpl(Collection<Binding<BindableMappingDescriptor>> xmlBindings, MetadataBuildingContext rootBuildingContext) -
Uses of Binding in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BindingModifier and TypeMethodDescription<X extends BindableMappingDescriptor>
Binding<X>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>Create a binding from a named URL resource<X extends BindableMappingDescriptor>
Binding<X>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 BindingModifier and TypeMethodDescriptionConfiguration.addXmlMapping(Binding<?> binding) Read mappings that were parsed usingConfiguration.getXmlMappingBinderAccess().