Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-19 | add writer to store the configuration in key-value database | Christian Wagner | 4 | -5/+41 | |
use solely kv database within 'AuthConfigurationProvider' add constants declaring db keys | |||||
2015-06-19 | add initial getList implementation | Gerwin Gsenger | 1 | -5/+24 | |
2015-06-19 | add raw configuration persistence functionality | Christian Wagner | 1 | -0/+162 | |
some problems: * all tables annotated via '@Table' are created in every database connected * loading of 'Configuration' via Spring isn't pretty at all | |||||
2015-06-19 | add configuration interface | Christian Wagner | 2 | -3/+56 | |
little cleanup in 'ConfigPropertyDaoImpl' | |||||
2015-06-19 | move 'persistence' package from project 'moa-id-DTI' here | Christian Wagner | 3 | -0/+228 | |