Interface StoredBundleKey

All Superinterfaces:
Comparable<StoredBundleKey>, org.tentackle.pdo.DomainContextDependable, org.tentackle.pdo.DomainContextProvider, org.tentackle.pdo.DomainDelegate<StoredBundleKey>, org.tentackle.pdo.DomainObject<StoredBundleKey>, org.tentackle.reflect.EffectiveClassProvider<StoredBundleKey>, org.tentackle.misc.Identifiable, org.tentackle.misc.Immutable, org.tentackle.reflect.Interceptable, org.tentackle.misc.Modifiable, org.tentackle.pdo.PdoProvider<StoredBundleKey>, org.tentackle.pdo.PersistenceDelegate<StoredBundleKey>, org.tentackle.pdo.PersistentDomainObject<StoredBundleKey>, org.tentackle.pdo.PersistentObject<StoredBundleKey>, org.tentackle.pdo.ProxyDelegate<StoredBundleKey>, org.tentackle.validate.ScopeConfigurator, Serializable, org.tentackle.misc.SerialNumbered, org.tentackle.session.SessionDependable, org.tentackle.session.SessionProvider, org.tentackle.misc.Snapshotable<StoredBundleKey>, StoredBundleKeyDomain, StoredBundleKeyPersistence, org.tentackle.validate.Validateable

@TableName("bundlekey") @ClassId(9) @Singular("bundle key") @Plural("bundle keys") public interface StoredBundleKey extends org.tentackle.pdo.PersistentDomainObject<StoredBundleKey>, StoredBundleKeyDomain, StoredBundleKeyPersistence
A bundle key translation stored in the database.

Author:
harald
  • Field Summary

    Fields inherited from interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence

    AN_BUNDLEID, AN_KEY, AN_VALUE, RN_BUNDLE
  • Method Summary

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface org.tentackle.pdo.DomainContextDependable

    createValidContext, determineContextId, getBaseContext, getContextId, isDomainContextImmutable, setDomainContext, setDomainContextImmutable

    Methods inherited from interface org.tentackle.pdo.DomainContextProvider

    getDomainContext, on, on, op, op

    Methods inherited from interface org.tentackle.pdo.DomainObject

    findByUniqueDomainKey, getPlural, getSingular, getUniqueDomainKey, getUniqueDomainKeyType, isUniqueDomainKeyProvided, setUniqueDomainKey, toGenericString

    Methods inherited from interface org.tentackle.reflect.EffectiveClassProvider

    getEffectiveClass, getEffectiveSuperClasses

    Methods inherited from interface org.tentackle.misc.Identifiable

    toGenericString

    Methods inherited from interface org.tentackle.misc.Immutable

    getImmutableLoggingLevel, isFinallyImmutable, isImmutable, setFinallyImmutable, setImmutable, setImmutableLoggingLevel

    Methods inherited from interface org.tentackle.misc.Modifiable

    isModified

    Methods inherited from interface org.tentackle.pdo.PdoProvider

    getPdo, on, on

    Methods inherited from interface org.tentackle.pdo.PersistentDomainObject

    getDomainDelegate, getPersistenceDelegate

    Methods inherited from interface org.tentackle.pdo.PersistentObject

    attributesModified, containsPattern, delete, differsPersisted, findDuplicate, getCache, getCacheAccessCount, getCacheAccessTime, getClassBaseName, getClassId, getEditedBy, getEditedExpiry, getEditedSince, getEmbeddingParent, getExpiredTableSerials, getId, getModificationCount, getNormText, getRootClassId, getRootId, getSecurityResult, getSerial, getTableName, getTableSerial, getTokenLockTimeout, isAbstract, isCacheable, isCached, isComposite, isDeleted, isEditAllowed, isEmbedded, isExpired, isNew, isNormTextProvided, isPermissionAccepted, isPersistable, isReferenced, isRemovable, isRootClassIdProvided, isRootEntity, isRootEntityOf, isRootIdProvided, isTableSerialProvided, isTokenLockableByMe, isTokenLocked, isTokenLockedBy, isTokenLockedByMe, isTokenLockProvided, isTracked, isValidated, isViewAllowed, isWriteAllowed, loadComponents, markCacheAccess, persist, persistTokenLocked, releaseTokenLock, reload, reloadForUpdate, reloadTokenLocked, requestTokenLock, reserveId, reserveId, save, select, selectAll, selectAllAsCursor, selectAllCached, selectAllForCache, selectAllIdSerial, selectAllWithExpiredTableSerials, selectByNormText, selectByNormTextAsCursor, selectCached, selectCachedOnly, selectExpiredTableSerials, selectExpiredTableSerials, selectForCache, selectForUpdate, selectLatest, selectMaxId, selectMaxTableSerial, selectSerial, selectTokenLocked, setExpired, toIdString, transferTokenLock, validate

    Methods inherited from interface org.tentackle.pdo.ProxyDelegate

    me

    Methods inherited from interface org.tentackle.validate.ScopeConfigurator

    getDefaultScopes

    Methods inherited from interface org.tentackle.misc.SerialNumbered

    isVirgin

    Methods inherited from interface org.tentackle.session.SessionDependable

    isSessionImmutable, setSession, setSessionImmutable

    Methods inherited from interface org.tentackle.session.SessionProvider

    getSession

    Methods inherited from interface org.tentackle.misc.Snapshotable

    copy, createSnapshot, discardSnapshot, discardSnapshots, getSnapshots, isCopy, isSnapshot, revertToSnapshot, setCopy

    Methods inherited from interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence

    getBundle, getBundleId, getKey, getValue, selectByBundleId, setBundle, setKey, setValue

    Methods inherited from interface org.tentackle.validate.Validateable

    validate