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 -
-
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)<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(InputStream xmlInputStream)<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(String resource)<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(URL url)<X extends BindableMappingDescriptor>
Binding<X>XmlMappingBinderAccess. bind(InputStreamAccess xmlInputStreamAccess)
-