| Package | Description |
|---|---|
| sila_java.library.server_base | |
| sila_java.library.server_base.binary_transfer.database | |
| sila_java.library.server_base.binary_transfer.database.impl |
| Modifier and Type | Method and Description |
|---|---|
BinaryDatabase |
SiLAServer.Builder.BinaryDatabaseProvider.get(@NonNull UUID serverUUID) |
| Modifier and Type | Field and Description |
|---|---|
static Context.Key<BinaryDatabase> |
BinaryDatabaseInjector.BINARY_DATABASE_KEY
The
Context.Key to which the database reference is bound |
| Modifier and Type | Method and Description |
|---|---|
static BinaryDatabase |
BinaryDatabase.current()
Get a reference to the current
BinaryDatabase from the Context.current() |
| Constructor and Description |
|---|
BinaryDatabaseInjector(BinaryDatabase binaryDatabase) |
| Modifier and Type | Class and Description |
|---|---|
class |
H2BinaryDatabase
Persisted implementation of
BinaryDatabase using H2 database |
Copyright © 2022 SiLA Java Developers. All rights reserved.