Uses of Interface
org.hibernate.boot.jaxb.spi.BindableMappingDescriptor
-
Packages that use BindableMappingDescriptor Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.internal org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.process.internal org.hibernate.boot.model.process.spi Defines an SPI used during the process of transforming mapping sources into theMetadata
reference.org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.spi 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 Modifier and Type Method Description List<Binding<BindableMappingDescriptor>>
MetadataSources. getXmlBindings()
-
Uses of BindableMappingDescriptor in org.hibernate.boot.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement BindableMappingDescriptor Modifier and Type Class Description class
JaxbHbmHibernateMapping
Java 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 BindableMappingDescriptor Modifier and Type Method Description protected <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 BindableMappingDescriptor Modifier and Type Class Description class
JaxbEntityMappings
The 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 BindableMappingDescriptor Modifier and Type Method Description Collection<Binding<BindableMappingDescriptor>>
ManagedResourcesImpl. getXmlMappingBindings()
Method parameters in org.hibernate.boot.model.process.internal with type arguments of type BindableMappingDescriptor Modifier and Type Method Description void
ManagedResourcesImpl. 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 BindableMappingDescriptor Modifier and Type Method Description Collection<Binding<BindableMappingDescriptor>>
ManagedResources. 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 BindableMappingDescriptor Constructor Description HbmMetadataSourceProcessorImpl(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 BindableMappingDescriptor Modifier and Type Method Description <X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(File file)
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>XmlMappingBinderAccess. bind(String resource)
Create a binding from a named URL resource<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(URL url)
Create a binding from a URL<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(InputStreamAccess xmlInputStreamAccess)
Create a binding from an input stream
-