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`
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 Summary
FieldsFields inherited from class org.hibernate.boot.jaxb.mapping.spi.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 TypeMethodDescriptionboolean
Gets the value of the bindAsParam property.void
setBindAsParam
(Boolean value) Sets the value of the bindAsParam property.Methods inherited from class org.hibernate.boot.jaxb.mapping.spi.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