Uses of Interface
org.hibernate.boot.jaxb.spi.BindableMappingDescriptor
-
Packages that use BindableMappingDescriptor Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.jaxb.internal org.hibernate.boot.jaxb.mapping 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.jaxb.hbm.spi
Classes in org.hibernate.boot.jaxb.hbm.spi that implement BindableMappingDescriptor Modifier and Type Class Description classJaxbHbmHibernateMappingJava 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 classJaxbEntityMappingsThe entity-mappings element is the root element of a mapping file. -
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
-