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
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 Summary
FieldsFields inherited from class JaxbBasicImpl
access, attributeAccessor, column, convert, enumerated, fetch, formula, generated, javaType, jdbcType, jdbcTypeCode, jdbcTypeName, lob, name, nationalized, optimisticLock, optional, target, temporal, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the bindAsParam property.voidsetBindAsParam(Boolean value) Sets the value of the bindAsParam property.Methods inherited from class JaxbBasicImpl
getAccess, getAttributeAccessor, getColumn, getConvert, getEnumerated, getFetch, getFormula, getGenerated, getJavaType, getJdbcType, getJdbcTypeCode, getJdbcTypeName, getLob, getName, getNationalized, getTarget, getTemporal, getType, isOptimisticLock, isOptional, setAccess, setAttributeAccessor, setColumn, setConvert, setEnumerated, setFetch, setFormula, setGenerated, setJavaType, setJdbcType, setJdbcTypeCode, setJdbcTypeName, setLob, setName, setNationalized, setOptimisticLock, setOptional, setTarget, setTemporal, setType
-
Field Details
-
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
-