Uses of Interface
org.tranql.identity.IdentityTransform

Packages that use IdentityTransform
org.tranql.ejb   
 

Uses of IdentityTransform in org.tranql.ejb
 

Classes in org.tranql.ejb that implement IdentityTransform
 class CompoundPKTransform
          Identity transform that will return an new instance of the EJB primary key for a cache row.
 class LocalProxyTransform
          Identity transform that converts between an EJBLocalObject reference and a global id for the cache.
 class RemoteProxyTransform
          Identity transform that converts between an EJBObject reference and a row reference into the cache.
 class SimplePKTransform
           
 

Constructors in org.tranql.ejb with parameters of type IdentityTransform
CompoundPKTransform(IdentityTransform next, java.lang.Class pkClass, java.lang.reflect.Field[] fields)
           
MultiValuedCMRAccessor(CMPFieldTransform next, javax.transaction.TransactionManager txManager, IdentityTransform idTransform, java.lang.Class proxyClass)
           
SingleValuedCMRAccessor(CMPFieldTransform next, IdentityTransform idTransform)
           
RemoteProxyTransform(IdentityTransform next, EJBProxyFactory factory)
           
LocalProxyTransform(IdentityTransform next, EJBProxyFactory factory)
           
 



Copyright © -2005 The Codehaus. All Rights Reserved.