@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Multitenant
MultitenantType
,
TenantDiscriminatorColumn
,
TenantDiscriminatorColumns
Modifier and Type | Optional Element and Description |
---|---|
boolean |
includeCriteria
(Optional) Indicate if the database requires the tenant criteria to
be added to the SELECT, UPDATE, and DELETE queries.
|
MultitenantType |
value
(Optional) Specify the multi-tenant strategy to use.
|
public abstract MultitenantType value
public abstract boolean includeCriteria