pt.ist.fenixframework.core
Class SharedIdentityMap

Package class diagram package SharedIdentityMap
java.lang.Object
  extended by pt.ist.fenixframework.core.SharedIdentityMap
All Implemented Interfaces:
IdentityMap

public class SharedIdentityMap
extends Object
implements IdentityMap


Constructor Summary
SharedIdentityMap()
           
 
Method Summary
 AbstractDomainObject cache(AbstractDomainObject obj)
           
static SharedIdentityMap getCache()
           
 AbstractDomainObject lookup(Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedIdentityMap

public SharedIdentityMap()
Method Detail

getCache

public static SharedIdentityMap getCache()

cache

public AbstractDomainObject cache(AbstractDomainObject obj)
Specified by:
cache in interface IdentityMap

lookup

public AbstractDomainObject lookup(Object key)
Specified by:
lookup in interface IdentityMap


Copyright © 2013. All Rights Reserved.