Uses of Class
org.hibernate.boot.spi.XmlMappingBinderAccess
-
Packages that use XmlMappingBinderAccess Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
Uses of XmlMappingBinderAccess in org.hibernate.boot
Methods in org.hibernate.boot that return XmlMappingBinderAccess Modifier and Type Method Description XmlMappingBinderAccessMetadataSources. getXmlMappingBinderAccess()Constructors in org.hibernate.boot with parameters of type XmlMappingBinderAccess Constructor Description MetadataSources(ServiceRegistry serviceRegistry, XmlMappingBinderAccess xmlMappingBinderAccess)Create a new instance using the givenServiceRegistry. -
Uses of XmlMappingBinderAccess in org.hibernate.cfg
Methods in org.hibernate.cfg that return XmlMappingBinderAccess Modifier and Type Method Description XmlMappingBinderAccessConfiguration. getXmlMappingBinderAccess()An object capable of parsing XML mapping files that can then be passed toConfiguration.addXmlMapping(Binding).
-