类 JaxbHbmMultiTenancyType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
-
- 所有已实现的接口:
Serializable
public class JaxbHbmMultiTenancyType extends Object implements Serializable
Java class for multi-tenancy-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="multi-tenancy-type"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.hibernate.org/xsd/orm/hbm}column-or-formula" minOccurs="0"/> </sequence> <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="shared" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="bind-as-param" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected BooleanbindAsParamprotected JaxbHbmColumnTypecolumnprotected StringcolumnAttributeprotected Stringformulaprotected StringformulaAttributeprotected Booleanshared
-
构造器概要
构造器 构造器 说明 JaxbHbmMultiTenancyType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 JaxbHbmColumnTypegetColumn()Gets the value of the column property.StringgetColumnAttribute()Gets the value of the columnAttribute property.StringgetFormula()Gets the value of the formula property.StringgetFormulaAttribute()Gets the value of the formulaAttribute property.booleanisBindAsParam()Gets the value of the bindAsParam property.booleanisShared()Gets the value of the shared property.voidsetBindAsParam(Boolean value)Sets the value of the bindAsParam property.voidsetColumn(JaxbHbmColumnType value)Sets the value of the column property.voidsetColumnAttribute(String value)Sets the value of the columnAttribute property.voidsetFormula(String value)Sets the value of the formula property.voidsetFormulaAttribute(String value)Sets the value of the formulaAttribute property.voidsetShared(Boolean value)Sets the value of the shared property.
-
-
-
方法详细资料
-
getColumn
public JaxbHbmColumnType getColumn()
Gets the value of the column property.- 返回:
- possible object is
JaxbHbmColumnType
-
setColumn
public void setColumn(JaxbHbmColumnType value)
Sets the value of the column property.- 参数:
value- allowed object isJaxbHbmColumnType
-
getFormula
public String getFormula()
Gets the value of the formula property.- 返回:
- possible object is
String
-
setFormula
public void setFormula(String value)
Sets the value of the formula 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
-
getFormulaAttribute
public String getFormulaAttribute()
Gets the value of the formulaAttribute property.- 返回:
- possible object is
String
-
setFormulaAttribute
public void setFormulaAttribute(String value)
Sets the value of the formulaAttribute property.- 参数:
value- allowed object isString
-
isShared
public boolean isShared()
Gets the value of the shared property.- 返回:
- possible object is
Boolean
-
setShared
public void setShared(Boolean value)
Sets the value of the shared property.- 参数:
value- allowed object isBoolean
-
isBindAsParam
public boolean isBindAsParam()
Gets the value of the bindAsParam property.- 返回:
- possible object is
Boolean
-
-