Interface I_TenantAccess
-
- All Known Implementing Classes:
TenantAccess
public interface I_TenantAccess
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDcommit()Tenantconvert()static StringcurrentTenantIdentifier()static List<I_TenantAccess>getAll(org.jooq.DSLContext ctx)static I_TenantAccessgetNewInstance(org.jooq.DSLContext ctx, Tenant tenant)static I_TenantAccessretrieveInstanceBy(org.jooq.DSLContext ctx, String tenantId)Tenantupdate(Tenant tenant)
-
-
-
Method Detail
-
currentTenantIdentifier
static String currentTenantIdentifier()
-
getNewInstance
static I_TenantAccess getNewInstance(org.jooq.DSLContext ctx, Tenant tenant)
-
getAll
static List<I_TenantAccess> getAll(org.jooq.DSLContext ctx)
-
retrieveInstanceBy
static I_TenantAccess retrieveInstanceBy(org.jooq.DSLContext ctx, String tenantId)
-
commit
UUID commit()
-
convert
Tenant convert()
-
-