| Package | Description |
|---|---|
| org.b3log.latke.repository |
Data access service.
|
| org.b3log.latke.repository.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRepository
Abstract repository.
|
class |
NoneRepository
None repository implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static Repository |
Repositories.getRepository(String repositoryName)
Gets a repository with the specified repository name.
|
protected Repository |
AbstractRepository.getUnderlyingRepository()
Gets the underlying repository.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Repositories.addRepository(Repository repository)
Adds the specified repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcRepository
JDBC repository implementation.
|
Copyright © 2009–2019 B3log. All rights reserved.