public interface RepositoryFactoryKeys
Set of valid keys and (some) values for use with the RepositoryDataSourceFactory.
| Modifier and Type | Field and Description |
|---|---|
static String |
ALIAS
Global alias for this factory
|
static String |
DIR
Configuration key for the local sesame data directory
|
static String |
FILES
Configuration key for the files to load for the local sesame repository
|
static String |
LANG_SERQL
Constant value for the SERQL query language
|
static String |
QUERY_LANG
Configuration key for controlling which query dialect is used by the RepositoryDataSource
|
static String |
REPO
Configuration key for the name of the sesame repository
|
static String |
REPO_HANDLE
Configuration key to allow users to directly pass in a sesame Repository object that can be used
to back an EntityManager.
|
static String |
URL
Configuration key for the URL of the sesame service
|
static final String ALIAS
static final String URL
static final String REPO
static final String FILES
static final String DIR
static final String QUERY_LANG
static final String LANG_SERQL
QUERY_LANG,
Constant Field Valuesstatic final String REPO_HANDLE
Copyright © 2018. All rights reserved.