Uses of Class
org.hibernate.boot.spi.XmlMappingBinderAccess
-
Packages that use XmlMappingBinderAccess Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.cfg -
-
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).
-