类 JaxbHbmBaseVersionAttributeType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
-
- 所有已实现的接口:
Serializable,ToolingHintContainer
public abstract class JaxbHbmBaseVersionAttributeType extends JaxbHbmToolingHintContainer implements Serializable
Type definition that acts as a base for concrete definitions of mapped attributes that can function as the basis of optimistic locking.Java class for BaseVersionAttributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseVersionAttributeType"> <complexContent> <extension base="{http://www.hibernate.org/xsd/orm/hbm}ToolingHintContainer"> <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="generated" type="{http://www.hibernate.org/xsd/orm/hbm}GenerationTimingVersionEnum" default="never" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Stringaccessprotected StringcolumnAttributeprotected GenerationTiminggeneratedprotected Stringnameprotected Stringnode-
从类继承的字段 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
构造器概要
构造器 构造器 说明 JaxbHbmBaseVersionAttributeType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAccess()Gets the value of the access property.StringgetColumnAttribute()Gets the value of the columnAttribute property.GenerationTiminggetGenerated()Gets the value of the generated property.StringgetName()Gets the value of the name property.StringgetNode()Gets the value of the node property.voidsetAccess(String value)Sets the value of the access property.voidsetColumnAttribute(String value)Sets the value of the columnAttribute property.voidsetGenerated(GenerationTiming value)Sets the value of the generated property.voidsetName(String value)Sets the value of the name property.voidsetNode(String value)Sets the value of the node property.-
从类继承的方法 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
-
-
-
-
字段详细资料
-
access
protected String access
-
columnAttribute
protected String columnAttribute
-
generated
protected GenerationTiming generated
-
name
protected String name
-
node
protected String node
-
-
方法详细资料
-
getAccess
public String getAccess()
Gets the value of the access property.- 返回:
- possible object is
String
-
setAccess
public void setAccess(String value)
Sets the value of the access property.- 参数:
value- allowed object isString
-
getColumnAttribute
public String getColumnAttribute()
Gets the value of the columnAttribute property.- 返回:
- possible object is
String
-
setColumnAttribute
public void setColumnAttribute(String value)
Sets the value of the columnAttribute property.- 参数:
value- allowed object isString
-
getGenerated
public GenerationTiming getGenerated()
Gets the value of the generated property.- 返回:
- possible object is
String
-
setGenerated
public void setGenerated(GenerationTiming value)
Sets the value of the generated property.- 参数:
value- allowed object isString
-
setName
public void setName(String value)
Sets the value of the name property.- 参数:
value- allowed object isString
-
-