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 TypeMethodDescriptionMetadataSources.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 JaxbBindableMappingDescriptorMethod 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 TypeMethodDescriptionManagedResources.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 JaxbBindableMappingDescriptorMethod 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<JaxbBindableMappingDescriptor>> xmlBindings, MetadataBuildingContext rootBuildingContext) -
Uses of JaxbBindableMappingDescriptor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with type parameters of type JaxbBindableMappingDescriptorModifier and TypeMethodDescription<X extends JaxbBindableMappingDescriptor>
Binding<X>Create a binding from a File reference<X extends JaxbBindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess.bind
(InputStream xmlInputStream) Create a binding from an input stream<X extends JaxbBindableMappingDescriptor>
Binding<X>Create a binding from a named URL resource<X extends JaxbBindableMappingDescriptor>
Binding<X>Create a binding from a URL<X extends JaxbBindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess.bind
(InputStreamAccess xmlInputStreamAccess) Create a binding from an input stream