Uses of Interface
io.resys.thena.api.entities.Tenant
Packages that use Tenant
Package
Description
-
Uses of Tenant in io.resys.thena.api.actions
Methods in io.resys.thena.api.actions that return TenantModifier and TypeMethodDescriptionImmutableTenantCommitResult.getRepo()TenantActions.TenantCommitResult.getRepo()Methods in io.resys.thena.api.actions that return types with arguments of type TenantModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Tenant> TenantActions.TenantQuery.delete()io.smallrye.mutiny.Multi<Tenant> TenantActions.TenantQuery.findAll()io.smallrye.mutiny.Uni<Tenant> TenantActions.TenantQuery.get()Methods in io.resys.thena.api.actions with parameters of type Tenant -
Uses of Tenant in io.resys.thena.api.entities
Classes in io.resys.thena.api.entities that implement TenantMethods in io.resys.thena.api.entities with parameters of type TenantModifier and TypeMethodDescriptionstatic ImmutableTenantCreates an immutable copy of aTenantvalue.final ImmutableTenant.BuilderFill a builder with attribute values from the providedTenantinstance. -
Uses of Tenant in io.resys.thena.api.envelope
Methods in io.resys.thena.api.envelope that return TenantModifier and TypeMethodDescriptionImmutableQueryEnvelope.getRepo()ImmutableQueryEnvelopeList.getRepo()ImmutableQueryEnvelopePage.getRepo()QueryEnvelope.getRepo()QueryEnvelopeList.getRepo()QueryEnvelopePage.getRepo()Methods in io.resys.thena.api.envelope with parameters of type TenantModifier and TypeMethodDescriptionstatic <T extends ThenaContainer>
QueryEnvelope<T> QueryEnvelope.docNotFound(Tenant existing, org.slf4j.Logger logger, String text, QueryEnvelope.DocNotFoundException ex) static <T extends ThenaContainer>
QueryEnvelope<T> QueryEnvelope.docUnexpected(Tenant existing, org.slf4j.Logger logger, String text) static <T extends ThenaContainer>
QueryEnvelope<T> QueryEnvelope.fatalError(Tenant existing, String msg, org.slf4j.Logger logger, Throwable t) final ImmutableQueryEnvelope.Builder<T> Initializes the value for therepoattribute.Initializes the value for therepoattribute.Initializes the value for therepoattribute.final ImmutableQueryEnvelope<T> Copy the current immutable object by setting a value for therepoattribute.final ImmutableQueryEnvelopeList<T> Copy the current immutable object by setting a value for therepoattribute.final ImmutableQueryEnvelopePage<T> Copy the current immutable object by setting a value for therepoattribute. -
Uses of Tenant in io.resys.thena.api.registry
Methods in io.resys.thena.api.registry that return types with arguments of type TenantMethods in io.resys.thena.api.registry with parameters of type TenantModifier and TypeMethodDescription -
Uses of Tenant in io.resys.thena.datasource
Methods in io.resys.thena.datasource that return TenantMethods in io.resys.thena.datasource that return types with arguments of type TenantModifier and TypeMethodDescriptionMethods in io.resys.thena.datasource with parameters of type TenantModifier and TypeMethodDescriptionvoidvoidTenantContext.withTenant(Tenant repo) ThenaDataSource.withTenant(Tenant tenant) ThenaSqlDataSource.withTenant(Tenant tenant) ThenaSqlDataSourceImpl.withTenant(Tenant tenant) Constructors in io.resys.thena.datasource with parameters of type TenantModifierConstructorDescriptionThenaSqlDataSourceImpl(Tenant tenant, TenantContext tenantTableNames, ThenaSqlClient.ThenaSqlPool pool, ThenaSqlDataSourceErrorHandler errorHandler, Optional<ThenaSqlClient> tx, ThenaSqlDataSource.TenantCache tenantCache) Constructor parameters in io.resys.thena.datasource with type arguments of type TenantModifierConstructorDescriptionTenantCacheImpl(com.github.benmanes.caffeine.cache.Cache<String, Tenant> preconfigured) -
Uses of Tenant in io.resys.thena.registry
Methods in io.resys.thena.registry that return types with arguments of type TenantMethods in io.resys.thena.registry with parameters of type TenantModifier and TypeMethodDescription -
Uses of Tenant in io.resys.thena.spi
Methods in io.resys.thena.spi that return types with arguments of type TenantModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Tenant> io.smallrye.mutiny.Uni<Tenant> TenantQueryImpl.delete()io.smallrye.mutiny.Multi<Tenant> InternalTenantQueryImpl.findAll()io.smallrye.mutiny.Multi<Tenant> TenantDataSource.InternalTenantQuery.findAll()io.smallrye.mutiny.Multi<Tenant> TenantQueryImpl.findAll()InternalTenantQueryImpl.findByNameOrId(String nameOrId) TenantDataSource.InternalTenantQuery.findByNameOrId(String nameOrId) io.smallrye.mutiny.Uni<Tenant> TenantQueryImpl.get()io.smallrye.mutiny.Uni<Tenant> io.smallrye.mutiny.Uni<Tenant> io.smallrye.mutiny.Uni<Tenant> InternalTenantQueryImpl.getByNameOrId(String nameOrId) io.smallrye.mutiny.Uni<Tenant> TenantDataSource.InternalTenantQuery.getByNameOrId(String nameOrId) io.smallrye.mutiny.Uni<Tenant> Methods in io.resys.thena.spi with parameters of type Tenant