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 JaxbCfgEventTypeEnum
JaxbCfgEventListenerGroupType. type
protected JaxbCfgEventTypeEnum
JaxbCfgEventListenerType. type
Methods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgEventTypeEnum Modifier and Type Method Description static JaxbCfgEventTypeEnum
JaxbCfgEventTypeEnum. fromValue(String v)
JaxbCfgEventTypeEnum
JaxbCfgEventListenerGroupType. getType()
Gets the value of the type property.JaxbCfgEventTypeEnum
JaxbCfgEventListenerType. getType()
Gets the value of the type property.static JaxbCfgEventTypeEnum
JaxbCfgEventTypeEnum. valueOf(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 void
JaxbCfgEventListenerGroupType. setType(JaxbCfgEventTypeEnum value)
Sets the value of the type property.void
JaxbCfgEventListenerType. setType(JaxbCfgEventTypeEnum value)
Sets the value of the type property.
-