Class JaxbTenantId

  • All Implemented Interfaces:
    Serializable, PersistentAttribute

    public class JaxbTenantId
    extends JaxbBasic
    implements Serializable
    See `@org.hibernate.annotations.TenantId`

    Java class for tenant-id complex type.

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

    
     <complexType name="tenant-id">
       <complexContent>
         <extension base="{http://www.hibernate.org/xsd/orm/mapping}basic">
           <attribute name="bind-as-param" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • bindAsParam

        protected Boolean bindAsParam
    • Constructor Detail

      • JaxbTenantId

        public JaxbTenantId()
    • Method Detail

      • 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