Uses of Interface
org.hibernate.boot.jaxb.spi.BindableMappingDescriptor
Packages that use BindableMappingDescriptor
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 BindableMappingDescriptor in org.hibernate.boot
Methods in org.hibernate.boot that return types with arguments of type BindableMappingDescriptor -
Uses of BindableMappingDescriptor in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement BindableMappingDescriptorModifier and TypeClassDescriptionclassJava class for anonymous complex type. -
Uses of BindableMappingDescriptor in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal with type parameters of type BindableMappingDescriptorModifier and TypeMethodDescriptionprotected <X extends BindableMappingDescriptor>
Binding<X>MappingBinder.doBind(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) -
Uses of BindableMappingDescriptor in org.hibernate.boot.jaxb.mapping
Classes in org.hibernate.boot.jaxb.mapping that implement BindableMappingDescriptorModifier and TypeClassDescriptionclassThe entity-mappings element is the root element of a mapping file. -
Uses of BindableMappingDescriptor in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal that return types with arguments of type BindableMappingDescriptorMethod parameters in org.hibernate.boot.model.process.internal with type arguments of type BindableMappingDescriptorModifier and TypeMethodDescriptionvoidManagedResourcesImpl.addXmlBinding(Binding<BindableMappingDescriptor> binding) -
Uses of BindableMappingDescriptor in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return types with arguments of type BindableMappingDescriptorModifier and TypeMethodDescriptionManagedResources.getXmlMappingBindings()Informational access to binding for all known XML mapping files. -
Uses of BindableMappingDescriptor in org.hibernate.boot.model.source.internal.hbm
Constructor parameters in org.hibernate.boot.model.source.internal.hbm with type arguments of type BindableMappingDescriptorModifierConstructorDescriptionHbmMetadataSourceProcessorImpl(Collection<Binding<BindableMappingDescriptor>> xmlBindings, MetadataBuildingContext rootBuildingContext) -
Uses of BindableMappingDescriptor in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with type parameters of type BindableMappingDescriptorModifier 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