All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebean.config.CurrentTenantProvider Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebean.config;

/**
 * Provides the Tenant Id for the current request based on the current user.
 */
@FunctionalInterface
public interface CurrentTenantProvider {

  /**
   * Return the Tenant Id for the current user.
   */
  Object currentId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy