public interface StoredBundleKeyPersistence extends org.tentackle.pdo.PersistentObject<StoredBundleKey>
| Modifier and Type | Field and Description |
|---|---|
static String |
AN_BUNDLEID
attribute name for database column 'bundle_id'.
|
static String |
AN_KEY
attribute name for database column 'bkey'.
|
static String |
AN_VALUE
attribute name for database column 'bvalue'.
|
static String |
RN_BUNDLE
relation name for 'StoredBundle bundle via bundleId (Bundle)'.
|
| Modifier and Type | Method and Description |
|---|---|
StoredBundle |
getBundle()
Gets StoredBundle bundle via bundleId (Bundle).
|
long |
getBundleId()
Gets the attribute bundleId.
|
String |
getKey()
Gets the attribute key.
|
String |
getValue()
Gets the attribute value.
|
org.tentackle.misc.TrackedList<StoredBundleKey> |
selectByBundleId(long bundleId)
Selects composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).
|
void |
setBundle(StoredBundle bundle)
Sets StoredBundle bundle via bundleId (Bundle).
|
void |
setKey(String key)
Sets the attribute key.
|
void |
setValue(String value)
Sets the attribute value.
|
attributesModified, 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, isTokenLocked, isTokenLockedBy, isTokenLockedByMe, isTokenLockProvided, isTracked, isValidated, isViewAllowed, isWriteAllowed, markCacheAccess, pdo, persist, persistTokenLocked, prepareDelete, releaseTokenLock, reload, reloadLocked, requestTokenLock, reserveId, save, select, selectAll, selectAllAsCursor, selectAllCached, selectAllForCache, selectAllIdSerial, selectAllWithExpiredTableSerials, selectByNormText, selectByNormTextAsCursor, selectCached, selectCachedOnly, selectExpiredTableSerials, selectExpiredTableSerials, selectForCache, selectLocked, selectMaxId, selectMaxTableSerial, selectSerial, setEditedBy, setEditedExpiry, setEditedSince, setExpired, setId, setImmutable, setModified, setNormText, setRootClassId, setRootId, setSerial, setTableSerial, setTokenLockObject, setTransientData, toIdString, transferTokenLock, validatecreateSnapshot, getSnapshots, isSnapshot, revertToSnapshotcreateValidContext, determineContextId, getBaseContext, getContextId, isDomainContextImmutable, setDomainContext, setDomainContextImmutablestatic final String RN_BUNDLE
static final String AN_BUNDLEID
static final String AN_KEY
static final String AN_VALUE
@Persistent(value="the bundle id") long getBundleId()
@Persistent(value="the resource bundle key") @NotNull String getKey()
void setKey(String key)
key - the resource bundle key@Persistent(value="the localized string") @NotNull String getValue()
void setValue(String value)
value - the localized string@Bindable
@Persistent(value="Bundle",
component=false)
StoredBundle getBundle()
void setBundle(StoredBundle bundle)
bundle - Bundleorg.tentackle.misc.TrackedList<StoredBundleKey> selectByBundleId(long bundleId)
bundleId - the bundle idTentackle - a domain driven enterprise framework