Uses of Class
org.hibernate.annotations.TenantId
-
Packages that use TenantId Package Description org.hibernate.binder.internal Built-in implementations ofAttributeBinder
andTypeBinder
.org.hibernate.generator.internal -
-
Uses of TenantId in org.hibernate.binder.internal
Methods in org.hibernate.binder.internal with parameters of type TenantId Modifier and Type Method Description void
TenantIdBinder. bind(TenantId tenantId, MetadataBuildingContext buildingContext, PersistentClass persistentClass, Property property)
-
Uses of TenantId in org.hibernate.generator.internal
Constructors in org.hibernate.generator.internal with parameters of type TenantId Constructor Description TenantIdGeneration(TenantId annotation, Member member, GeneratorCreationContext context)
-