|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.negro.jajb.JAJBContext
public final class JAJBContext
| Method Summary | |
|---|---|
protected it.dangelo.javabinding.mappings.EntityWrapper |
getEntityWrapper(java.lang.String key)
Saves, if is not present into context, the EntityWrapper with passed key parameter
like id, and returns it. |
protected ProxyResolver |
getProxyResolver()
|
protected static JAJBContext |
getStaticInstance()
Returns the unique singleton instance of JAJBContext. |
protected static JAJBContext |
newInstance()
Makes and returns a new instance of JAJBContext. |
protected void |
saveEntityWrapper(it.dangelo.javabinding.mappings.Entity entity)
Saves into context the EntityWrapper for passed Entity |
protected void |
saveEntityWrapper(java.lang.String refId)
Creates and save an EntityWrapper according to passed refId parameter. |
protected void |
setProxyResolver(ProxyResolver proxyResolver)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected static JAJBContext newInstance()
protected static JAJBContext getStaticInstance()
protected it.dangelo.javabinding.mappings.EntityWrapper getEntityWrapper(java.lang.String key)
throws JAJBException
EntityWrapper with passed key parameter
like id, and returns it.
key - the of expected EntityWrapper
EntityWrapper
JAJBException
protected void saveEntityWrapper(it.dangelo.javabinding.mappings.Entity entity)
throws JAJBException
EntityWrapper for passed Entity
entity - the Entity for EntityWrapper creation.
JAJBException
protected void saveEntityWrapper(java.lang.String refId)
throws JAJBException
EntityWrapper according to passed refId parameter.
refId - the refId for Entity and EntityWrapper creation
JAJBExceptionprotected ProxyResolver getProxyResolver()
protected void setProxyResolver(ProxyResolver proxyResolver)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||