Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
-
Packages that use JaxbCfgEventTypeEnum Package Description org.hibernate.boot.jaxb.cfg.spi -
-
Uses of JaxbCfgEventTypeEnum in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi declared as JaxbCfgEventTypeEnum Modifier and Type Field Description protected JaxbCfgEventTypeEnumJaxbCfgEventListenerGroupType. typeprotected JaxbCfgEventTypeEnumJaxbCfgEventListenerType. typeMethods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgEventTypeEnum Modifier and Type Method Description static JaxbCfgEventTypeEnumJaxbCfgEventTypeEnum. fromValue(java.lang.String v)JaxbCfgEventTypeEnumJaxbCfgEventListenerGroupType. getType()Gets the value of the type property.JaxbCfgEventTypeEnumJaxbCfgEventListenerType. getType()Gets the value of the type property.static JaxbCfgEventTypeEnumJaxbCfgEventTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JaxbCfgEventTypeEnum[]JaxbCfgEventTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.boot.jaxb.cfg.spi with parameters of type JaxbCfgEventTypeEnum Modifier and Type Method Description voidJaxbCfgEventListenerGroupType. setType(JaxbCfgEventTypeEnum value)Sets the value of the type property.voidJaxbCfgEventListenerType. setType(JaxbCfgEventTypeEnum value)Sets the value of the type property.
-