|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProxyStore
Handler for proxy informations storage and recovery
Method Summary | |
---|---|
void |
cleanUp()
Clean up the proxy store after a complete serialization process |
java.util.Map<java.lang.String,java.io.Serializable> |
getProxyInformations(java.lang.Object pojo,
java.lang.String property)
Get the proxy informations for the argument pojo and properties |
void |
removeProxyInformations(java.lang.Object object,
java.lang.String property)
Remove the proxy informations from the property of the argument object. |
void |
storeProxyInformations(java.lang.Object cloneBean,
java.lang.Object persistentBean,
java.lang.String property,
java.util.Map<java.lang.String,java.io.Serializable> proxyInformations)
Store the argument proxy informations. |
Method Detail |
---|
void storeProxyInformations(java.lang.Object cloneBean, java.lang.Object persistentBean, java.lang.String property, java.util.Map<java.lang.String,java.io.Serializable> proxyInformations)
cloneBean
- the cloned, target beanpersistentBean
- the persistent, source beanproperty
- the proxy property nameproxyInformations
- the associated proxy informationsvoid removeProxyInformations(java.lang.Object object, java.lang.String property)
pojo
- the root pojoproperty
- the proxy property namejava.util.Map<java.lang.String,java.io.Serializable> getProxyInformations(java.lang.Object pojo, java.lang.String property)
pojo
- the root pojoproperty
- the proxy property name
void cleanUp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |