@TableName(value="bundle") @ClassId(value=8) @Singular(value="bundle") @Plural(value="bundles") public interface StoredBundle extends org.tentackle.pdo.PersistentDomainObject<StoredBundle>, StoredBundleDomain, StoredBundlePersistence
Important: modifications of the bundle should only be done via
StoredBundleDomain.setTranslation(java.lang.String, java.lang.String) and never by adding or modifying a bundle key
directly. Bundles are always loaded eagerly, i.e. including all components..
| Modifier and Type | Interface and Description |
|---|---|
static class |
StoredBundle.StoredBundleUDK
The unique domain key for StoredBundle.
|
clonePdo, getDomainDelegate, getPersistenceDelegategetEffectiveClass, getEffectiveClass, getEffectiveSuperClassescompareTogetTranslation, getUniqueDomainKey, setTranslationcloneDomainObject, findByUniqueDomainKey, getPlural, getSingular, getUniqueDomainKeyType, isUniqueDomainKeyProvided, pdo, setUniqueDomainKey, toGenericStringfindByName, findByNameAndLocale, findByUniqueDomainKeyForCache, getKeys, getLocale, getName, isKeysLoaded, selectByUniqueDomainKey, selectCachedByUniqueDomainKey, selectCachedOnlyByUniqueDomainKey, setLocale, setNameattributesModified, clonePersistentObject, containsPattern, createCopyInContext, delete, differsPersisted, findDuplicate, getCache, getCacheAccessCount, getCacheAccessTime, getClassBaseName, getClassId, getCopiedObject, getEditedBy, getEditedExpiry, getEditedSince, getExpiredTableSerials, getId, getModificationCount, getNormText, getRootClassId, getRootId, getSecurityResult, getSerial, getTableName, getTableSerial, getTokenLockObject, getTokenLockTimeout, getTransientData, isAbstract, isCacheable, isCached, isComposite, isDeleted, isEditAllowed, isExpired, isImmutable, isNew, isNormTextProvided, isPermissionAccepted, isPersistable, isReferenced, isRemovable, isRootClassIdProvided, isRootEntity, isRootEntityOf, isRootIdProvided, isTableSerialProvided, isTokenLockableByMe, isTokenLocked, isTokenLockedBy, isTokenLockedByMe, isTokenLockProvided, isTracked, isValidated, isViewAllowed, isWriteAllowed, markCacheAccess, pdo, persist, persistTokenLocked, prepareDelete, releaseTokenLock, reload, reloadForUpdate, reloadLocked, requestTokenLock, reserveId, save, select, selectAll, selectAllAsCursor, selectAllCached, selectAllForCache, selectAllIdSerial, selectAllWithExpiredTableSerials, selectByNormText, selectByNormTextAsCursor, selectCached, selectCachedOnly, selectExpiredTableSerials, selectExpiredTableSerials, selectForCache, selectForUpdate, selectLocked, selectMaxId, selectMaxTableSerial, selectSerial, setEditedBy, setEditedExpiry, setEditedSince, setExpired, setId, setImmutable, setModified, setNormText, setRootClassId, setRootId, setSerial, setTableSerial, setTokenLockObject, setTransientData, toIdString, transferTokenLock, validatecreateSnapshot, getSnapshots, isSnapshot, revertToSnapshotTentackle - distributed, domain- and model-driven