public class DBPropertyProvider extends Object implements enterprises.orbital.base.PersistentPropertyProvider
| Constructor and Description |
|---|
DBPropertyProvider(String persistenceUnit)
Instantiate database backed property provider.
|
| Modifier and Type | Method and Description |
|---|---|
enterprises.orbital.base.PersistentProperty |
get(String key) |
String |
remove(String key) |
List<enterprises.orbital.base.PersistentProperty> |
retrieveAll() |
String |
set(String key,
String value) |
public DBPropertyProvider(String persistenceUnit)
persistenceUnit - the persistence unit describing the connection where persisted properties will be stored.public List<enterprises.orbital.base.PersistentProperty> retrieveAll()
retrieveAll in interface enterprises.orbital.base.PersistentPropertyProviderpublic enterprises.orbital.base.PersistentProperty get(String key)
get in interface enterprises.orbital.base.PersistentPropertyProviderpublic String set(String key, String value)
set in interface enterprises.orbital.base.PersistentPropertyProviderCopyright © 2016 Orbital Enterprises. All rights reserved.