Uses of Class
org.hibernate.boot.jaxb.spi.Binding
-
Packages that use Binding Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.jaxb.spi org.hibernate.boot.model.process.spi org.hibernate.boot.spi org.hibernate.cfg -
-
Uses of Binding in org.hibernate.boot
Methods in org.hibernate.boot that return types with arguments of type Binding Modifier and Type Method Description List<Binding<?>>MetadataSources. getXmlBindings()Methods in org.hibernate.boot with parameters of type Binding Modifier and Type Method Description MetadataSourcesMetadataSources. addXmlBinding(Binding<?> binding)Add XML mapping bindings created from an arbitrary source by the binder. -
Uses of Binding in org.hibernate.boot.jaxb.spi
Methods in org.hibernate.boot.jaxb.spi that return Binding Modifier and Type Method Description <X extends T>
Binding<X>Binder. bind(InputStream stream, Origin origin)Bind from an InputStream<X extends T>
Binding<X>Binder. bind(Source source, Origin origin)Bind from an XML source.abstract BindingXmlSource. doBind(Binder binder) -
Uses of Binding in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return types with arguments of type Binding Modifier and Type Method Description Collection<Binding>ManagedResources. getXmlMappingBindings()Informational access to binding for all known XML mapping files. -
Uses of Binding in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return Binding 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) -
Uses of Binding in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type Binding Modifier and Type Method Description ConfigurationConfiguration. addXmlMapping(Binding<?> binding)Read mappings that were parsed usingConfiguration.getXmlMappingBinderAccess().
-