Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
-
Packages that use JaxbCfgEventListenerGroupType Package Description org.hibernate.boot.jaxb.cfg.spi -
-
Uses of JaxbCfgEventListenerGroupType in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi with type parameters of type JaxbCfgEventListenerGroupType Modifier and Type Field Description protected List<JaxbCfgEventListenerGroupType>
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory. event
Methods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgEventListenerGroupType Modifier and Type Method Description JaxbCfgEventListenerGroupType
ObjectFactory. createJaxbCfgEventListenerGroupType()
Create an instance ofJaxbCfgEventListenerGroupType
Methods in org.hibernate.boot.jaxb.cfg.spi that return types with arguments of type JaxbCfgEventListenerGroupType Modifier and Type Method Description List<JaxbCfgEventListenerGroupType>
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory. getEvent()
Gets the value of the event property.
-