类 JaxbCfgEventListenerType
- java.lang.Object
-
- org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
-
public class JaxbCfgEventListenerType extends Object
Java class for EventListenerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EventListenerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.hibernate.org/xsd/orm/cfg}EventTypeEnum" /> </restriction> </complexContent> </complexType>
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Stringclazzprotected JaxbCfgEventTypeEnumtype
-
构造器概要
构造器 构造器 说明 JaxbCfgEventListenerType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClazz()Gets the value of the clazz property.JaxbCfgEventTypeEnumgetType()Gets the value of the type property.voidsetClazz(String value)Sets the value of the clazz property.voidsetType(JaxbCfgEventTypeEnum value)Sets the value of the type property.
-
-
-
字段详细资料
-
clazz
protected String clazz
-
type
protected JaxbCfgEventTypeEnum type
-
-
方法详细资料
-
getClazz
public String getClazz()
Gets the value of the clazz property.- 返回:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- 参数:
value- allowed object isString
-
getType
public JaxbCfgEventTypeEnum getType()
Gets the value of the type property.- 返回:
- possible object is
JaxbCfgEventTypeEnum
-
setType
public void setType(JaxbCfgEventTypeEnum value)
Sets the value of the type property.- 参数:
value- allowed object isJaxbCfgEventTypeEnum
-
-