Package org.hibernate.boot.spi
Class XmlMappingBinderAccess
java.lang.Object
org.hibernate.boot.spi.XmlMappingBinderAccess
Holds the XML binder and a classloader used for binding mappings.
- API Note:
- This class is very poorly named.
-
Constructor Summary
ConstructorsConstructorDescriptionXmlMappingBinderAccess
(ServiceRegistry serviceRegistry) XmlMappingBinderAccess
(ServiceRegistry serviceRegistry, Function<String, Object> configAccess) -
Method Summary
Modifier and TypeMethodDescriptionCreate a binding from a File referencebind
(InputStream xmlInputStream) Create a binding from an input streamCreate a binding from a named URL resourceCreate a binding from a URLbind
(InputStreamAccess xmlInputStreamAccess) Create a binding from an input stream
-
Constructor Details
-
XmlMappingBinderAccess
-
XmlMappingBinderAccess
public XmlMappingBinderAccess(ServiceRegistry serviceRegistry, Function<String, Object> configAccess)
-
-
Method Details