@Retention(value=RUNTIME) @Target(value=FIELD) public @interface TenantId
TenantId properties are automatically considered - not null and insert only.
Ebean automatically populates the Tenant Id value via a CurrentTenantIdProvider implementation that is registered with Ebean via ServerConfig.
Copyright © 2019. All rights reserved.