Class JaxbHbmMultiTenancyType

java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
All Implemented Interfaces:
Serializable

public class JaxbHbmMultiTenancyType extends Object implements 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 Details

    • column

      protected JaxbHbmColumnType column
    • formula

      protected String formula
    • columnAttribute

      protected String columnAttribute
    • formulaAttribute

      protected String formulaAttribute
    • shared

      protected Boolean shared
    • bindAsParam

      protected Boolean bindAsParam
  • Constructor Details

    • JaxbHbmMultiTenancyType

      public JaxbHbmMultiTenancyType()
  • Method Details

    • getColumn

      public JaxbHbmColumnType getColumn()
      Gets the value of the column property.
      Returns:
      possible object is JaxbHbmColumnType
    • setColumn

      public void setColumn(JaxbHbmColumnType value)
      Sets the value of the column property.
      Parameters:
      value - allowed object is JaxbHbmColumnType
    • getFormula

      public String getFormula()
      Gets the value of the formula property.
      Returns:
      possible object is String
    • setFormula

      public void setFormula(String value)
      Sets the value of the formula property.
      Parameters:
      value - allowed object is String
    • getColumnAttribute

      public String getColumnAttribute()
      Gets the value of the columnAttribute property.
      Returns:
      possible object is String
    • setColumnAttribute

      public void setColumnAttribute(String value)
      Sets the value of the columnAttribute property.
      Parameters:
      value - allowed object is String
    • getFormulaAttribute

      public String getFormulaAttribute()
      Gets the value of the formulaAttribute property.
      Returns:
      possible object is String
    • setFormulaAttribute

      public void setFormulaAttribute(String value)
      Sets the value of the formulaAttribute property.
      Parameters:
      value - allowed object is String
    • isShared

      public boolean isShared()
      Gets the value of the shared property.
      Returns:
      possible object is Boolean
    • setShared

      public void setShared(Boolean value)
      Sets the value of the shared property.
      Parameters:
      value - allowed object is Boolean
    • isBindAsParam

      public boolean isBindAsParam()
      Gets the value of the bindAsParam property.
      Returns:
      possible object is Boolean
    • setBindAsParam

      public void setBindAsParam(Boolean value)
      Sets the value of the bindAsParam property.
      Parameters:
      value - allowed object is Boolean