Class NumberPoolRemoteDelegateImpl
java.lang.Object
org.tentackle.dbms.trip.RemoteDbDelegateImpl<NumberPoolPersistenceImpl>
org.tentackle.dbms.trip.AbstractDbObjectRemoteDelegateImpl<NumberPoolPersistenceImpl>
org.tentackle.persist.trip.AbstractPersistentObjectRemoteDelegateImpl<NumberPool, NumberPoolPersistenceImpl>
org.tentackle.persist.ns.trip.NumberPoolRemoteDelegateImpl
- All Implemented Interfaces:
AbstractDbObjectRemoteDelegate<NumberPoolPersistenceImpl>, RemoteDbDelegate, NumberPoolRemoteDelegate, AbstractPersistentObjectRemoteDelegate<NumberPool, NumberPoolPersistenceImpl>, Remote
public class NumberPoolRemoteDelegateImpl
extends AbstractPersistentObjectRemoteDelegateImpl<NumberPool, NumberPoolPersistenceImpl>
implements NumberPoolRemoteDelegate
Remote delegate implementation for
NumberPoolPersistenceImpl.-
Field Summary
Fields inherited from class AbstractPersistentObjectRemoteDelegateImpl
pdo, pdoClassFields inherited from class AbstractDbObjectRemoteDelegateImpl
dbObject -
Constructor Summary
ConstructorsConstructorDescriptionNumberPoolRemoteDelegateImpl(RemoteDbSessionImpl session, Class<NumberPoolPersistenceImpl> persistenceClass, Class<NumberPool> pdoClass) Creates the remote delegate forNumberPoolPersistenceImpl. -
Method Summary
Modifier and TypeMethodDescriptionselectByNameRealm(DomainContext context, String name, String realm) selectByUniqueDomainKey(DomainContext context, String name) Methods inherited from class AbstractPersistentObjectRemoteDelegateImpl
createRemoteResultSetCursorDelegate, deleteImpl, deleteObject, deletePlain, dummyUpdate, getPersistenceDelegate, initialize, insertObject, insertPlain, isReferenced, isReferenced, newInstance, newInstance, persistImpl, persistObject, saveImpl, saveObject, select, selectAll, selectAllAsCursor, selectAllForCache, selectAllIdSerial, selectAllObjects, selectAllWithExpiredTableSerials, selectAllWithExpiredTableSerials, selectAny, selectAnyForCache, selectByNormText, selectByNormTextAsCursor, selectForCache, selectLatest, selectObject, selectObjectForUpdate, selectTokenLocked, setDomainContext, transferTokenLock, updateAndSetSerial, updateObject, updatePlain, updateSerial, updateSerialAndTableSerial, updateTokenLock, updateTokenLockOnlyMethods inherited from class AbstractDbObjectRemoteDelegateImpl
countModification, getExpiredTableSerials, newInstance, obtainReservedId, selectExpiredTableSerials, selectExpiredTableSerials, selectMaxId, selectMaxTableSerial, selectObjectsWithExpiredTableSerials, selectSerial, validateMethods inherited from class RemoteDbDelegateImpl
getServerSession, getServicedClass, getSession, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AbstractDbObjectRemoteDelegate
countModification, deleteObject, deletePlain, dummyUpdate, getExpiredTableSerials, insertObject, insertPlain, isReferenced, obtainReservedId, persistObject, saveObject, selectAllIdSerial, selectAllObjects, selectExpiredTableSerials, selectExpiredTableSerials, selectMaxId, selectMaxTableSerial, selectObject, selectObjectForUpdate, selectObjectsWithExpiredTableSerials, selectSerial, updateAndSetSerial, updateObject, updatePlain, updateSerial, updateSerialAndTableSerialMethods inherited from interface AbstractPersistentObjectRemoteDelegate
deleteImpl, isReferenced, persistImpl, saveImpl, select, selectAll, selectAllAsCursor, selectAllForCache, selectAllWithExpiredTableSerials, selectAllWithExpiredTableSerials, selectAny, selectAnyForCache, selectByNormText, selectByNormTextAsCursor, selectForCache, selectLatest, selectTokenLocked, transferTokenLock, updateTokenLock, updateTokenLockOnly
-
Constructor Details
-
NumberPoolRemoteDelegateImpl
public NumberPoolRemoteDelegateImpl(RemoteDbSessionImpl session, Class<NumberPoolPersistenceImpl> persistenceClass, Class<NumberPool> pdoClass) Creates the remote delegate forNumberPoolPersistenceImpl.- Parameters:
session- the TRIP sessionpersistenceClass- the persistence implementation classpdoClass- the pdo interface class
-
-
Method Details
-
selectByUniqueDomainKey
- Specified by:
selectByUniqueDomainKeyin interfaceNumberPoolRemoteDelegate
-
selectByNameRealm
- Specified by:
selectByNameRealmin interfaceNumberPoolRemoteDelegate
-