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`

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:
  • 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