Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
-
Packages that use JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory Package Description org.hibernate.boot.jaxb.cfg.spi -
-
Uses of JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi declared as JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory Modifier and Type Field Description protected JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
JaxbCfgHibernateConfiguration. sessionFactory
Methods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory Modifier and Type Method Description JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
ObjectFactory. createJaxbCfgHibernateConfigurationJaxbCfgSessionFactory()
Create an instance ofJaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
JaxbCfgHibernateConfiguration. getSessionFactory()
Gets the value of the sessionFactory property.Methods in org.hibernate.boot.jaxb.cfg.spi with parameters of type JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory Modifier and Type Method Description void
JaxbCfgHibernateConfiguration. setSessionFactory(JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory value)
Sets the value of the sessionFactory property.
-