Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
-
Packages that use JaxbCfgHibernateConfiguration Package Description org.hibernate.boot.cfgxml.internal Implementation of the service for processing and handlingcfg.xml
files.org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xml
files.org.hibernate.boot.jaxb.cfg.spi -
-
Uses of JaxbCfgHibernateConfiguration in org.hibernate.boot.cfgxml.internal
Methods in org.hibernate.boot.cfgxml.internal that return JaxbCfgHibernateConfiguration Modifier and Type Method Description JaxbCfgHibernateConfiguration
JaxbCfgProcessor. unmarshal(InputStream stream, Origin origin)
-
Uses of JaxbCfgHibernateConfiguration in org.hibernate.boot.cfgxml.spi
Methods in org.hibernate.boot.cfgxml.spi with parameters of type JaxbCfgHibernateConfiguration Modifier and Type Method Description static LoadedConfig
LoadedConfig. consume(JaxbCfgHibernateConfiguration jaxbCfg)
Consumes the JAXB representation of acfg.xml
file and builds the LoadedConfig representation. -
Uses of JaxbCfgHibernateConfiguration in org.hibernate.boot.jaxb.cfg.spi
Methods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgHibernateConfiguration Modifier and Type Method Description JaxbCfgHibernateConfiguration
ObjectFactory. createJaxbCfgHibernateConfiguration()
Create an instance ofJaxbCfgHibernateConfiguration
-