Uses of Class
org.hibernate.annotations.TenantId
-
Packages that use TenantId Package Description org.hibernate.tuple -
-
Uses of TenantId in org.hibernate.tuple
Methods in org.hibernate.tuple with parameters of type TenantId Modifier and Type Method Description void
TenantIdBinder. bind(TenantId tenantId, MetadataBuildingContext buildingContext, PersistentClass persistentClass, Property property)
void
TenantIdGeneration. initialize(TenantId annotation, Class<?> propertyType)
void
TenantIdGeneration. initialize(TenantId annotation, Class<?> propertyType, String entityName, String propertyName)
-