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.xmlfiles.org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xmlfiles.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 JaxbCfgHibernateConfigurationJaxbCfgProcessor. 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 LoadedConfigLoadedConfig. consume(JaxbCfgHibernateConfiguration jaxbCfg)Consumes the JAXB representation of acfg.xmlfile 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 JaxbCfgHibernateConfigurationObjectFactory. createJaxbCfgHibernateConfiguration()Create an instance ofJaxbCfgHibernateConfiguration
-