Class JaxbTenantIdImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbBasicImpl
org.hibernate.boot.jaxb.mapping.spi.JaxbTenantIdImpl
All Implemented Interfaces:
Serializable, JaxbBasicMapping, JaxbLockableAttribute, JaxbPersistentAttribute, JaxbSingularAttribute, JaxbStandardAttribute

public class JaxbTenantIdImpl extends JaxbBasicImpl implements Serializable
See `@org.hibernate.annotations.TenantId` <p>Java class for tenant-id complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <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> }</pre>
See Also:
  • Field Details

    • bindAsParam

      protected Boolean bindAsParam
  • Constructor Details

    • JaxbTenantIdImpl

      public JaxbTenantIdImpl()
  • Method Details

    • 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