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.boot.model.process.internal org.hibernate.cfg -
-
Uses of XmlMappingBinderAccess in org.hibernate.boot
Methods in org.hibernate.boot that return XmlMappingBinderAccess Modifier and Type Method Description XmlMappingBinderAccess
MetadataSources. getXmlMappingBinderAccess()
-
Uses of XmlMappingBinderAccess in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type XmlMappingBinderAccess Modifier and Type Method Description void
ScanningCoordinator. applyScanResultsToManagedResources(ManagedResourcesImpl managedResources, ScanResult scanResult, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess)
void
ScanningCoordinator. coordinateScan(ManagedResourcesImpl managedResources, BootstrapContext bootstrapContext, XmlMappingBinderAccess xmlMappingBinderAccess)
-
Uses of XmlMappingBinderAccess in org.hibernate.cfg
Methods in org.hibernate.cfg that return XmlMappingBinderAccess Modifier and Type Method Description XmlMappingBinderAccess
Configuration. getXmlMappingBinderAccess()
An object capable of parsing XML mapping files that can then be passed toConfiguration.addXmlMapping(Binding)
.
-