public class ObjectPersistenceAdapter extends Object
| Constructor and Description |
|---|
ObjectPersistenceAdapter(EncObjectService encObjectService,
KeyCredentials keyCredentials,
ObjectMapperSPI objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
KeyCredentials |
getKeyCredentials() |
boolean |
hasStore()
Checks if the user with the given key credential has a store.
|
void |
initStore()
Initializes the store of the user with the given keyCredentials
|
<T> T |
load(ObjectHandle handle,
Class<T> klass) |
<T> void |
store(ObjectHandle userMainRecordhandle,
T t) |
public ObjectPersistenceAdapter(EncObjectService encObjectService, KeyCredentials keyCredentials, ObjectMapperSPI objectMapper)
public boolean hasStore()
public void initStore()
public <T> T load(ObjectHandle handle, Class<T> klass)
public <T> void store(ObjectHandle userMainRecordhandle, T t)
public KeyCredentials getKeyCredentials()
Copyright © 2018. All Rights Reserved.