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
public class JaxbTenantId extends JaxbBasic 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
bindAsParam
-
Fields 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 Constructor Description JaxbTenantId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isBindAsParam()
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.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 Detail
-
bindAsParam
protected Boolean bindAsParam
-
-