Modifier and Type | Method and Description |
---|---|
static RepositoryType |
RepositoryType.get(String s)
Return the type of repository, default is JDBC
|
static RepositoryType |
RepositoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryType[] |
RepositoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RepositoryType |
RepositoryConfig.getRepositoryType() |
Modifier and Type | Method and Description |
---|---|
RepositoryFactory |
RepositoryService.lookup(RepositoryType type) |
Modifier and Type | Method and Description |
---|---|
RepositoryType |
RepositoryFactoryCassandra.getType() |
Modifier and Type | Method and Description |
---|---|
RepositoryType |
RepositoryFactoryCouchDb.getType() |
Modifier and Type | Method and Description |
---|---|
RepositoryType |
RepositoryFactoryJdbc.getType() |
Modifier and Type | Method and Description |
---|---|
RepositoryType |
RepositoryFactoryJpa.getType() |
Modifier and Type | Method and Description |
---|---|
RepositoryType |
RepositoryFactory.getType()
The type of
Repository |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.