Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbTenantId
-
Packages that use JaxbTenantId Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbTenantId in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbTenantId Modifier and Type Field Description protected JaxbTenantId
JaxbEntity. tenantId
Methods in org.hibernate.boot.jaxb.mapping that return JaxbTenantId Modifier and Type Method Description JaxbTenantId
ObjectFactory. createJaxbTenantId()
Create an instance ofJaxbTenantId
JaxbTenantId
JaxbEntity. getTenantId()
Gets the value of the tenantId property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbTenantId Modifier and Type Method Description void
JaxbEntity. setTenantId(JaxbTenantId value)
Sets the value of the tenantId property.
-