| Package | Description |
|---|---|
| ru.yandex.clickhouse.jdbcbridge | |
| ru.yandex.clickhouse.jdbcbridge.core |
| Modifier and Type | Method and Description |
|---|---|
<T> Extension<T> |
JdbcBridgeVerticle.getExtension(Class<? extends T> clazz) |
| Modifier and Type | Field and Description |
|---|---|
protected Extension<T> |
BaseRepository.defaultExtension |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Extension<T>> |
BaseRepository.types |
| Modifier and Type | Method and Description |
|---|---|
<T> Extension<T> |
ExtensionManager.getExtension(Class<? extends T> clazz)
Get extension implemented by given class.
|
protected Extension<T> |
BaseRepository.getExtensionByType(String type,
boolean autoCreate) |
static Extension<?> |
Utils.loadExtension(Collection<String> libUrls,
String className) |
static Extension<?> |
Utils.loadExtension(String className) |
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.registerType(String type,
Extension<T> extension)
Register new type of entity to be manged in this repository.
|
void |
BaseRepository.registerType(String type,
Extension<T> extension) |
Copyright © 2019–2021. All rights reserved.