Class AbstractPersistentObjectRemoteDelegateImpl<T extends PersistentDomainObject<T>, P extends AbstractPersistentObject<T,P>>

java.lang.Object
org.tentackle.dbms.trip.RemoteDbDelegateImpl<P>
org.tentackle.dbms.trip.AbstractDbObjectRemoteDelegateImpl<P>
org.tentackle.persist.trip.AbstractPersistentObjectRemoteDelegateImpl<T,P>
Type Parameters:
T - the PersistentDomainObject class
P - the AbstractPersistentObject class (persistence implementation)
All Implemented Interfaces:
AbstractDbObjectRemoteDelegate<P>, RemoteDbDelegate, AbstractPersistentObjectRemoteDelegate<T,P>, org.tentackle.trip.Remote
Direct Known Subclasses:
NumberPoolRemoteDelegateImpl, NumberRangeRemoteDelegateImpl, SecurityRemoteDelegateImpl

public class AbstractPersistentObjectRemoteDelegateImpl<T extends PersistentDomainObject<T>, P extends AbstractPersistentObject<T,P>> extends AbstractDbObjectRemoteDelegateImpl<P> implements AbstractPersistentObjectRemoteDelegate<T,P>
Implementation of the remote delegate for PersistentDomainObject.
Author:
harald