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) Methods in org.hibernate.boot.jaxb.internal that return types with arguments of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionstatic Binding
<? extends JaxbBindableMappingDescriptor> CacheableFileXmlSource.fromCacheableFile
(File xmlFile, File serLocation, boolean strict, MappingBinder binder) static Binding
<? extends JaxbBindableMappingDescriptor> CacheableFileXmlSource.fromCacheableFile
(File xmlFile, File serLocation, Origin origin, boolean strict, MappingBinder binder) static Binding
<? extends JaxbBindableMappingDescriptor> FileXmlSource.fromFile
(File file, MappingBinder mappingBinder) Create a mapping binding from a File reference.static Binding
<? extends JaxbBindableMappingDescriptor> JarFileEntryXmlSource.fromJarEntry
(JarFile jarFile, ZipEntry jarFileEntry, Origin origin, MappingBinder mappingBinder) Create a mapping binding from a JAR file entry.static Binding
<? extends JaxbBindableMappingDescriptor> UrlXmlSource.fromResource
(String resourceName, ClassLoaderService classLoaderService, MappingBinder mappingBinder) Create a mapping binding from a classpath resource (via URL).static Binding
<? extends JaxbBindableMappingDescriptor> InputStreamXmlSource.fromStream
(InputStream inputStream, MappingBinder mappingBinder) Create a mapping binding from an input stream.static Binding
<? extends JaxbBindableMappingDescriptor> InputStreamXmlSource.fromStream
(InputStream stream, Origin origin, boolean autoClose, MappingBinder binder) Utility form to create a binding from an input source.static Binding
<? extends JaxbBindableMappingDescriptor> InputStreamAccessXmlSource.fromStreamAccess
(InputStreamAccess inputStreamAccess, MappingBinder mappingBinder) Create a mapping binding from an input stream.static Binding
<? extends JaxbBindableMappingDescriptor> InputStreamAccessXmlSource.fromStreamAccess
(InputStreamAccess inputStreamAccess, Origin origin, MappingBinder mappingBinder) Create a mapping binding from an input stream.static Binding
<? extends JaxbBindableMappingDescriptor> UrlXmlSource.fromUrl
(URL url, MappingBinder mappingBinder) Create a mapping binding from a URLstatic Binding
<? extends JaxbBindableMappingDescriptor> UrlXmlSource.fromUrl
(URL url, Origin origin, MappingBinder binder) Create a mapping binding from a URLMethod parameters in org.hibernate.boot.jaxb.internal with type arguments of type JaxbBindableMappingDescriptorModifier and TypeMethodDescriptionstatic void
JarFileEntryXmlSource.fromJar
(File jar, MappingBinder mappingBinder, Consumer<Binding<? extends JaxbBindableMappingDescriptor>> consumer) Create a mapping binding for each entry in a JAR file that is ahbm.xml
mapping file. -
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