org.tranql.identity
Interface IdentityTransform
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- CompoundPKTransform, LocalProxyTransform, RemoteProxyTransform, SimplePKTransform
public interface IdentityTransform
- extends java.io.Serializable
Transform that converts between representations of an object's identity.
- Version:
- $Revision: 42 $ $Date: 2004-04-18 19:07:24 +0200 (Sun, 18 Apr 2004) $
getGlobalIdentity
GlobalIdentity getGlobalIdentity(java.lang.Object domainId)
throws IdentityTransformException
- Throws:
IdentityTransformException
getDomainIdentity
java.lang.Object getDomainIdentity(GlobalIdentity globalId)
throws IdentityTransformException
- Throws:
IdentityTransformException
Copyright © -2010 The Codehaus. All Rights Reserved.