| Package | Description |
|---|---|
| org.tentackle.i18n.pdo |
PDOs for resource bundles stored in the database.
|
| Modifier and Type | Field and Description |
|---|---|
static PersistentObjectClassVariables<StoredBundleKey,StoredBundleKeyPersistenceImpl> |
StoredBundleKeyPersistenceImpl.CLASSVARIABLES
Variables common to all instances of StoredBundleKeyPersistenceImpl.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentObjectClassVariables<StoredBundleKey,StoredBundleKeyPersistenceImpl> |
StoredBundleKeyPersistenceImpl.getClassVariables() |
org.tentackle.misc.TrackedList<StoredBundleKey> |
StoredBundlePersistenceImpl.getKeys() |
org.tentackle.misc.TrackedList<StoredBundleKey> |
StoredBundlePersistence.getKeys()
Gets composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).
|
org.tentackle.misc.TrackedList<StoredBundleKey> |
StoredBundlePersistenceImpl.getKeysBlunt()
Gets keys without performing a select if not loaded.
|
org.tentackle.misc.TrackedList<StoredBundleKey> |
StoredBundleKeyPersistenceImpl.selectByBundleId(long bundleId) |
org.tentackle.misc.TrackedList<StoredBundleKey> |
StoredBundleKeyPersistence.selectByBundleId(long bundleId)
Selects composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).
|
| Constructor and Description |
|---|
StoredBundleKeyDomainImpl(StoredBundleKey pdo) |
StoredBundleKeyPersistenceImpl(StoredBundleKey pdo)
Creates a number space without domain context or session.
|
StoredBundleKeyPersistenceImpl(StoredBundleKey pdo,
org.tentackle.pdo.DomainContext context)
Creates a number space.
|
StoredBundleKeyPersistenceImpl(StoredBundleKey pdo,
org.tentackle.session.Session session)
Creates a number space with a session only.
|
Tentackle - distributed, domain- and model-driven