Class JaxbMultiTenancyImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbMultiTenancyImpl
All Implemented Interfaces:
Serializable

public class JaxbMultiTenancyImpl extends Object implements Serializable
See `@org.hibernate.annotations.TenantId`

Java class for multi-tenancy complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="multi-tenancy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice minOccurs="0">
           <element name="column" type="{http://www.hibernate.org/xsd/orm/mapping}column"/>
           <element name="formula" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
       </sequence>
       <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>
 
See Also:
  • Field Details

  • Constructor Details

    • JaxbMultiTenancyImpl

      public JaxbMultiTenancyImpl()
  • Method Details

    • getColumn

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

      public void setColumn(JaxbColumnImpl value)
      Sets the value of the column property.
      Parameters:
      value - allowed object is JaxbColumnImpl
    • 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
    • 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