Class JaxbMultiTenancy

  • All Implemented Interfaces:
    Serializable

    public class JaxbMultiTenancy
    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:
    Serialized Form
    • Constructor Detail

      • JaxbMultiTenancy

        public JaxbMultiTenancy()
    • Method Detail

      • getColumn

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

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