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

io.smilego.tenant.persistence.TenantRepository Maven / Gradle / Ivy

package io.smilego.tenant.persistence;
import io.smilego.tenant.model.Tenant;

import java.util.Optional;

public interface TenantRepository extends BaseRepository {

    Optional findTenantByTenantId(String id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy