Class StoredBundleKeyRemoteDelegateImpl
java.lang.Object
org.tentackle.dbms.trip.RemoteDbDelegateImpl<StoredBundleKeyPersistenceImpl>
org.tentackle.dbms.trip.AbstractDbObjectRemoteDelegateImpl<StoredBundleKeyPersistenceImpl>
org.tentackle.persist.trip.AbstractPersistentObjectRemoteDelegateImpl<StoredBundleKey, StoredBundleKeyPersistenceImpl>
org.tentackle.i18n.pdo.trip.StoredBundleKeyRemoteDelegateImpl
- All Implemented Interfaces:
AbstractDbObjectRemoteDelegate<StoredBundleKeyPersistenceImpl>, RemoteDbDelegate, StoredBundleKeyRemoteDelegate, AbstractPersistentObjectRemoteDelegate<StoredBundleKey, StoredBundleKeyPersistenceImpl>, Remote
public class StoredBundleKeyRemoteDelegateImpl
extends AbstractPersistentObjectRemoteDelegateImpl<StoredBundleKey, StoredBundleKeyPersistenceImpl>
implements StoredBundleKeyRemoteDelegate
Remote delegate implementation for
StoredBundleKeyPersistenceImpl.-
Field Summary
Fields inherited from class AbstractPersistentObjectRemoteDelegateImpl
pdo, pdoClassFields inherited from class AbstractDbObjectRemoteDelegateImpl
dbObject -
Constructor Summary
ConstructorsConstructorDescriptionStoredBundleKeyRemoteDelegateImpl(RemoteDbSessionImpl session, Class<StoredBundleKeyPersistenceImpl> persistenceClass, Class<StoredBundleKey> pdoClass) Creates the remote delegate forStoredBundleKeyPersistenceImpl. -
Method Summary
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
-
StoredBundleKeyRemoteDelegateImpl
public StoredBundleKeyRemoteDelegateImpl(RemoteDbSessionImpl session, Class<StoredBundleKeyPersistenceImpl> persistenceClass, Class<StoredBundleKey> pdoClass) Creates the remote delegate forStoredBundleKeyPersistenceImpl.- Parameters:
session- the TRIP sessionpersistenceClass- the persistence implementation classpdoClass- the pdo interface class
-
-
Method Details
-
selectByBundleId
- Specified by:
selectByBundleIdin interfaceStoredBundleKeyRemoteDelegate
-