Package org.hibernate.boot.jaxb.mapping
Class JaxbTenantId
java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbBasic
org.hibernate.boot.jaxb.mapping.JaxbTenantId
- All Implemented Interfaces:
Serializable,PersistentAttribute
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.JaxbBasic
access, attributeAccessor, column, convert, enumerated, fetch, formula, generated, jdbcTypeCode, lob, name, nationalized, optimisticLock, optional, 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 org.hibernate.boot.jaxb.mapping.JaxbBasic
getAccess, getAttributeAccessor, getColumn, getConvert, getEnumerated, getFetch, getFormula, getGenerated, getJdbcTypeCode, getLob, getName, getNationalized, getTemporal, getType, isOptimisticLock, isOptional, setAccess, setAttributeAccessor, setColumn, setConvert, setEnumerated, setFetch, setFormula, setGenerated, setJdbcTypeCode, setLob, setName, setNationalized, setOptimisticLock, setOptional, setTemporal, setType
-
Field Details
-
bindAsParam
-
-
Constructor Details
-
JaxbTenantId
public JaxbTenantId()
-
-
Method Details