Class TenantIdGeneration

java.lang.Object
org.hibernate.generator.internal.TenantIdGeneration
All Implemented Interfaces:
Serializable, BeforeExecutionGenerator, Generator

public class TenantIdGeneration extends Object implements BeforeExecutionGenerator
A generator that produces the current tenant identifier to be assigned to the TenantId property.
See Also: