Package-level declarations

Types

Link copied to clipboard
interface EntityDeleter<T : Entity>
Link copied to clipboard
interface EntityRetriever<T : Entity>
Link copied to clipboard
interface EntitySaver<T : Entity>
Link copied to clipboard
abstract class EntityTable<T : Entity> : Table
Link copied to clipboard
interface EntityUpdater<T : Entity>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class InMemoryRepository<T : Entity>(entityMap: ConcurrentMap<String, T> = ConcurrentHashMap()) : Repository<T>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun <T> dbQuery(block: () -> T): T