Package | Description |
---|---|
com.glyart.mystral.database |
Contains the implementations of the main functionalities of this library.
|
Modifier and Type | Class and Description |
---|---|
class |
Database
Represents implementation of basic synchronous operations for interacting with a data source.
|
Modifier and Type | Field and Description |
---|---|
protected DataOperations |
AsyncDatabase.operations |
Constructor and Description |
---|
AsyncDatabase(@NotNull DataOperations operations,
@NotNull Executor executor)
Constructs a new
AsyncDatabase that will use the given DataOperations 's implementations asynchronously via Executor . |
Copyright © 2021. All rights reserved.