Package io.resys.thena.api.registry
Interface ThenaRegistryService<T extends TenantEntity,R>
- All Known Subinterfaces:
TenantRegistry
- All Known Implementing Classes:
TenantRegistrySqlImpl
public interface ThenaRegistryService<T extends TenantEntity,R>
-
Method Summary
-
Method Details
-
findAll
ThenaSqlClient.Sql findAll() -
getById
-
createTable
ThenaSqlClient.Sql createTable() -
createConstraints
ThenaSqlClient.Sql createConstraints() -
dropTable
ThenaSqlClient.Sql dropTable() -
defaultMapper
-