Class JaxbHbmMultiTenancyType
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
- All Implemented Interfaces:
Serializable
<p>Java class for multi-tenancy-type complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<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>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the column property.Gets the value of the columnAttribute property.Gets the value of the formula property.Gets the value of the formulaAttribute property.booleanGets 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.voidSets the value of the shared property.
-
Field Details
-
column
-
formula
-
columnAttribute
-
formulaAttribute
-
bindAsParam
-
-
Constructor Details
-
JaxbHbmMultiTenancyType
public JaxbHbmMultiTenancyType()
-
-
Method Details
-
getColumn
Gets the value of the column property.- Returns:
- possible object is
JaxbHbmColumnType
-
setColumn
Sets the value of the column property.- Parameters:
value- allowed object isJaxbHbmColumnType
-
getFormula
-
setFormula
-
getColumnAttribute
-
setColumnAttribute
-
getFormulaAttribute
-
setFormulaAttribute
-
isBindAsParam
public boolean isBindAsParam()Gets the value of the bindAsParam property.- Returns:
- possible object is
Boolean
-
setBindAsParam
-