Uses of Interface
org.hibernate.boot.jaxb.spi.JaxbBindableMappingDescriptor
Packages that use JaxbBindableMappingDescriptor
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.
-
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot
Methods in org.hibernate.boot that return types with arguments of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionList<? extends Binding<? extends JaxbBindableMappingDescriptor>>
MetadataSources.getXmlBindings()
Deprecated.Prefer MetadataSources.getMappingXmlBindings() and/or MetadataSources.getHbmXmlBindings() -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement JaxbBindableMappingDescriptorModifier and TypeClassDescriptionclass
Java class for anonymous complex type -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal with type parameters of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionprotected <X extends JaxbBindableMappingDescriptor>
Binding<X>MappingBinder.doBind
(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.jaxb.mapping.spi
Classes in org.hibernate.boot.jaxb.mapping.spi that implement JaxbBindableMappingDescriptorModifier and TypeClassDescriptionclass
The entity-mappings element is the root element of a mapping file. -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return types with arguments of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionCollection<Binding<? extends JaxbBindableMappingDescriptor>>
ManagedResourcesImpl.getXmlMappingBindings()
Method parameters in org.hibernate.boot.model.process.internal with type arguments of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionvoid
ManagedResourcesImpl.addXmlBinding
(Binding<JaxbBindableMappingDescriptor> binding) -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return types with arguments of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionCollection<Binding<? extends JaxbBindableMappingDescriptor>>
ManagedResources.getXmlMappingBindings()
Informational access to binding for all known XML mapping files. -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.model.source.internal.annotations
Methods in org.hibernate.boot.model.source.internal.annotations that return types with arguments of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionCollection<Binding<? extends JaxbBindableMappingDescriptor>>
AdditionalManagedResourcesImpl.getXmlMappingBindings()
Method parameters in org.hibernate.boot.model.source.internal.annotations with type arguments of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionAdditionalManagedResourcesImpl.Builder.addXmlBinding
(Binding<JaxbBindableMappingDescriptor> binding) -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.model.source.internal.hbm
Constructor parameters in org.hibernate.boot.model.source.internal.hbm with type arguments of type JaxbBindableMappingDescriptorModifierConstructorDescriptionHbmMetadataSourceProcessorImpl
(Collection<Binding<? extends JaxbBindableMappingDescriptor>> xmlBindings, MetadataBuildingContext rootBuildingContext) -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type JaxbBindableMappingDescriptorModifier 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