Uses of Class
org.hibernate.boot.spi.XmlMappingBinderAccess
Packages that use XmlMappingBinderAccess
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
This package defines APIs for configuring Hibernate.
-
Uses of XmlMappingBinderAccess in org.hibernate.boot
Methods in org.hibernate.boot that return XmlMappingBinderAccessConstructors in org.hibernate.boot with parameters of type XmlMappingBinderAccessModifierConstructorDescriptionMetadataSources
(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 XmlMappingBinderAccessModifier and TypeMethodDescriptionConfiguration.getXmlMappingBinderAccess()
An object capable of parsing XML mapping files that can then be passed toConfiguration.addXmlMapping(Binding)
.