类 JaxbHbmClassRenameType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
-
- 所有已实现的接口:
Serializable
public class JaxbHbmClassRenameType extends Object implements Serializable
Java class for ClassRenameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassRenameType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" use="required" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" /> <attribute name="rename" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 JaxbHbmClassRenameType()
-
-
-
方法详细资料
-
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
-
getRename
public String getRename()
Gets the value of the rename property.- 返回:
- possible object is
String
-
-