Uses of Class
org.tranql.identity.IdentityTransformException

Packages that use IdentityTransformException
org.tranql.ejb   
org.tranql.identity   
 

Uses of IdentityTransformException in org.tranql.ejb
 

Methods in org.tranql.ejb that throw IdentityTransformException
 java.lang.Object CompoundPKTransform.getDomainIdentity(GlobalIdentity globalId)
           
 java.lang.Object LocalProxyTransform.getDomainIdentity(GlobalIdentity globalId)
           
 java.lang.Object RemoteProxyTransform.getDomainIdentity(GlobalIdentity globalId)
           
 java.lang.Object SimplePKTransform.getDomainIdentity(GlobalIdentity globalId)
           
 GlobalIdentity CompoundPKTransform.getGlobalIdentity(java.lang.Object domainId)
           
 GlobalIdentity LocalProxyTransform.getGlobalIdentity(java.lang.Object domainId)
           
 GlobalIdentity RemoteProxyTransform.getGlobalIdentity(java.lang.Object domainId)
           
 GlobalIdentity SimplePKTransform.getGlobalIdentity(java.lang.Object domainId)
           
 

Uses of IdentityTransformException in org.tranql.identity
 

Methods in org.tranql.identity that throw IdentityTransformException
 java.lang.Object IdentityTransform.getDomainIdentity(GlobalIdentity globalId)
           
 GlobalIdentity IdentityTransform.getGlobalIdentity(java.lang.Object domainId)
           
 



Copyright © -2010 The Codehaus. All Rights Reserved.