public interface AccessStrategy
Modifier and Type | Method and Description |
---|---|
void |
onInsert(java.util.Map<java.lang.String,java.lang.Object> obj)
This method will be called for each object that is about to
be put into the collection
|
void |
onResolve(java.util.Map<java.lang.String,java.lang.Object> obj)
This method woll be called for each object that is retrieved
from this collection
|
void |
setConvertStrategy(ConvertStrategy cs)
Sets the convert strategy that should be used to convert binary data
|
void setConvertStrategy(ConvertStrategy cs)
cs
- the convert strategyvoid onInsert(java.util.Map<java.lang.String,java.lang.Object> obj)
obj
- the objectvoid onResolve(java.util.Map<java.lang.String,java.lang.Object> obj)
obj
- the object