Interface StoredBundleKey
- All Superinterfaces:
Comparable<StoredBundleKey>, DomainContextDependable, DomainContextProvider, DomainDelegate<StoredBundleKey>, DomainObject<StoredBundleKey>, EffectiveClassProvider<StoredBundleKey>, Identifiable, Immutable, Interceptable, Modifiable, PdoProvider<StoredBundleKey>, PersistenceDelegate<StoredBundleKey>, PersistentDomainObject<StoredBundleKey>, PersistentObject<StoredBundleKey>, ProxyDelegate<StoredBundleKey>, ScopeConfigurator, Serializable, SerialNumbered, SessionDependable, SessionProvider, Snapshotable<StoredBundleKey>, StoredBundleKeyDomain, StoredBundleKeyPersistence, Validateable
@TableName("bundlekey")
@ClassId(9)
@Singular("bundle key")
@Plural("bundle keys")
public interface StoredBundleKey
extends PersistentDomainObject<StoredBundleKey>, StoredBundleKeyDomain, StoredBundleKeyPersistence
A bundle key translation stored in the database.
- Author:
- harald
-
Field Summary
Fields inherited from interface StoredBundleKeyPersistence
AN_BUNDLEID, AN_KEY, AN_VALUE, RN_BUNDLE -
Method Summary
Methods inherited from interface Comparable
compareToMethods inherited from interface DomainContextDependable
createValidContext, determineContextId, getBaseContext, getContextId, isDomainContextImmutable, setDomainContext, setDomainContextImmutableMethods inherited from interface DomainContextProvider
getDomainContext, isWithinContext, isWithinContext, on, on, op, opMethods inherited from interface DomainObject
findByUniqueDomainKey, getPlural, getSingular, getUniqueDomainKey, getUniqueDomainKeyType, isUniqueDomainKeyProvided, setUniqueDomainKey, toGenericStringMethods inherited from interface EffectiveClassProvider
getEffectiveClass, getEffectiveSuperClassesMethods inherited from interface Identifiable
toGenericStringMethods inherited from interface Immutable
getImmutableLoggingLevel, isFinallyImmutable, isImmutable, setFinallyImmutable, setImmutable, setImmutableLoggingLevelMethods inherited from interface Modifiable
isModifiedMethods inherited from interface PdoProvider
getPdo, on, onMethods inherited from interface PersistentDomainObject
getDomainDelegate, getPersistenceDelegateMethods inherited from interface 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, selectAllWithExpiredTableSerials, selectAny, selectAnyCached, selectAnyForCache, selectByNormText, selectByNormTextAsCursor, selectCached, selectCachedOnly, selectExpiredTableSerials, selectExpiredTableSerials, selectForCache, selectForUpdate, selectLatest, selectMaxId, selectMaxTableSerial, selectSerial, selectTokenLocked, setExpired, toIdString, transferTokenLock, validateMethods inherited from interface ProxyDelegate
meMethods inherited from interface ScopeConfigurator
getDefaultScopesMethods inherited from interface SerialNumbered
isVirginMethods inherited from interface SessionDependable
isSessionImmutable, setSession, setSessionImmutableMethods inherited from interface SessionProvider
getSessionMethods inherited from interface Snapshotable
copy, createSnapshot, discardSnapshot, discardSnapshots, getSnapshots, isCopy, isSnapshot, revertToSnapshot, setCopyMethods inherited from interface StoredBundleKeyPersistence
getBundle, getBundleId, getKey, getValue, selectByBundleId, setBundle, setKey, setValueMethods inherited from interface Validateable
validate