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.Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
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 BindingModifier and TypeMethodDescriptionMetadataSources.getHbmXmlBindings()
MetadataSources.getMappingXmlBindings()
List<? extends Binding<? extends JaxbBindableMappingDescriptor>>
MetadataSources.getXmlBindings()
Deprecated.Prefer MetadataSources.getMappingXmlBindings() and/or MetadataSources.getHbmXmlBindings()Methods in org.hibernate.boot with parameters of type BindingModifier and TypeMethodDescriptionMetadataSources.addHbmXmlBinding
(Binding<JaxbHbmHibernateMapping> binding) MetadataSources.addMappingXmlBinding
(Binding<JaxbEntityMappingsImpl> binding) Add a binding for mapping.xsd documentMetadataSources.addXmlBinding
(Binding<?> binding) Add XML mapping bindings created from an arbitrary source by the binder. -
Uses of Binding in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return types with arguments of type BindingModifier and TypeMethodDescriptionstatic List<Binding<JaxbEntityMappingsImpl>>
XmlPreprocessor.preprocessHbmXml
(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, TransformationState transformationState) static List<Binding<JaxbEntityMappingsImpl>>
HbmXmlTransformer.transform
(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, MetadataImplementor bootModel, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xml
JAXB bindings into a list ofmapping.xml
JAXB bindingsMethod parameters in org.hibernate.boot.jaxb.hbm.transform with type arguments of type BindingModifier and TypeMethodDescriptionstatic List<Binding<JaxbEntityMappingsImpl>>
XmlPreprocessor.preprocessHbmXml
(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, TransformationState transformationState) static List<Binding<JaxbEntityMappingsImpl>>
HbmXmlTransformer.transform
(List<Binding<JaxbHbmHibernateMapping>> hbmXmlBindings, MetadataImplementor bootModel, UnsupportedFeatureHandling unsupportedFeatureHandling) Transforms a list ofhbm.xml
JAXB bindings into a list ofmapping.xml
JAXB bindings -
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) <T> Binding<T>
protected <X extends JaxbPersistenceImpl>
Binding<X>ConfigurationBinder.doBind
(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) <T> Binding<T>
static <T> Binding<T>
static Binding
InputStreamAccessXmlSource.doBind
(Binder binder, InputStreamAccess inputStreamAccess, Origin origin) <T> Binding<T>
static <T> Binding<T>
InputStreamXmlSource.doBind
(Binder<T> binder, InputStream inputStream, Origin origin, boolean autoClose) protected <X extends JaxbBindableMappingDescriptor>
Binding<X>MappingBinder.doBind
(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) <T> Binding<T>
-
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 BindingModifier and TypeMethodDescriptionCollection<Binding<? extends JaxbBindableMappingDescriptor>>
ManagedResourcesImpl.getXmlMappingBindings()
Methods in org.hibernate.boot.model.process.internal with parameters of type BindingModifier and TypeMethodDescriptionvoid
ManagedResourcesImpl.addXmlBinding
(Binding<JaxbBindableMappingDescriptor> 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 TypeMethodDescriptionCollection<Binding<? extends JaxbBindableMappingDescriptor>>
ManagedResources.getXmlMappingBindings()
Informational access to binding for all known XML mapping files. -
Uses of Binding in org.hibernate.boot.model.source.internal.annotations
Methods in org.hibernate.boot.model.source.internal.annotations that return types with arguments of type BindingModifier and TypeMethodDescriptionCollection<Binding<? extends JaxbBindableMappingDescriptor>>
AdditionalManagedResourcesImpl.getXmlMappingBindings()
Methods in org.hibernate.boot.model.source.internal.annotations with parameters of type BindingModifier and TypeMethodDescriptionAdditionalManagedResourcesImpl.Builder.addXmlBinding
(Binding<JaxbBindableMappingDescriptor> binding) -
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<? extends JaxbBindableMappingDescriptor>> xmlBindings, MetadataBuildingContext rootBuildingContext) -
Uses of Binding in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type BindingModifier and TypeMethodDescriptionvoid
XmlPreProcessingResultImpl.addDocument
(Binding<JaxbEntityMappingsImpl> binding) static XmlDocumentImpl
XmlDocumentImpl.consume
(Binding<JaxbEntityMappingsImpl> xmlBinding, PersistenceUnitMetadata metadata) -
Uses of Binding in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return BindingModifier and TypeMethodDescriptionCreate a binding from a File referenceXmlMappingBinderAccess.bind
(InputStream xmlInputStream) Create a binding from an input streamCreate a binding from a named URL resourceCreate a binding from a URLXmlMappingBinderAccess.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()
.