Uses of Enum Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
Packages that use JaxbCfgEventTypeEnum
-
Uses of JaxbCfgEventTypeEnum in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi declared as JaxbCfgEventTypeEnumModifier and TypeFieldDescriptionprotected JaxbCfgEventTypeEnumJaxbCfgEventListenerGroupType.typeprotected JaxbCfgEventTypeEnumJaxbCfgEventListenerType.typeMethods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgEventTypeEnumModifier and TypeMethodDescriptionstatic JaxbCfgEventTypeEnumJaxbCfgEventListenerGroupType.getType()Gets the value of the type property.JaxbCfgEventListenerType.getType()Gets the value of the type property.static JaxbCfgEventTypeEnumReturns the enum constant of this class with the specified name.static JaxbCfgEventTypeEnum[]JaxbCfgEventTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.jaxb.cfg.spi with parameters of type JaxbCfgEventTypeEnumModifier and TypeMethodDescriptionvoidJaxbCfgEventListenerGroupType.setType(JaxbCfgEventTypeEnum value) Sets the value of the type property.voidJaxbCfgEventListenerType.setType(JaxbCfgEventTypeEnum value) Sets the value of the type property.