| Package | Description |
|---|---|
| org.tentackle.i18n.pdo |
PDOs for resource bundles stored in the database.
|
| Modifier and Type | Field and Description |
|---|---|
static PersistentObjectClassVariables<StoredBundle,StoredBundlePersistenceImpl> |
StoredBundlePersistenceImpl.CLASSVARIABLES
Variables common to all instances of StoredBundlePersistenceImpl.
|
| Modifier and Type | Method and Description |
|---|---|
StoredBundle |
StoredBundlePersistenceImpl.findByNameAndLocale(String name,
String locale) |
StoredBundle |
StoredBundlePersistence.findByNameAndLocale(String name,
String locale)
Find the bundle by its name and locale.
|
StoredBundle |
StoredBundleDomainImpl.findByUniqueDomainKey(Object domainKey) |
StoredBundle |
StoredBundlePersistenceImpl.findByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK udk)
Selects via remote cache, if session is remote.
|
StoredBundle |
StoredBundlePersistence.findByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK udk)
Selects via remote cache, if session is remote.
|
StoredBundle |
StoredBundleKeyPersistenceImpl.getBundle() |
StoredBundle |
StoredBundleKeyPersistence.getBundle()
Gets StoredBundle bundle via bundleId (Bundle).
|
StoredBundle |
StoredBundleKeyPersistenceImpl.getBundleBlunt()
Gets bundle without performing a select if not loaded.
|
StoredBundle |
StoredBundlePersistenceImpl.selectByUniqueDomainKey(String name,
String locale) |
StoredBundle |
StoredBundlePersistence.selectByUniqueDomainKey(String name,
String locale)
Selects StoredBundle by its unique domain key.
|
StoredBundle |
StoredBundlePersistenceImpl.selectCached(long id) |
StoredBundle |
StoredBundlePersistenceImpl.selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)
Selects via cache by unique domain key.
|
StoredBundle |
StoredBundlePersistence.selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)
Selects via cache by unique domain key.
|
StoredBundle |
StoredBundlePersistenceImpl.selectCachedOnly(long id) |
StoredBundle |
StoredBundlePersistenceImpl.selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)
Selects from cache by unique domain key but does not load from db if not in cache.
|
StoredBundle |
StoredBundlePersistence.selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)
Selects from cache by unique domain key but does not load from db if not in cache.
|
| Modifier and Type | Method and Description |
|---|---|
org.tentackle.misc.TrackedList<StoredBundle> |
StoredBundlePersistenceImpl.findByName(String name) |
org.tentackle.misc.TrackedList<StoredBundle> |
StoredBundlePersistence.findByName(String name)
Finds all bundles (one for each locale) for a given name.
|
org.tentackle.pdo.PdoCache<StoredBundle> |
StoredBundlePersistenceImpl.getCache() |
PersistentObjectClassVariables<StoredBundle,StoredBundlePersistenceImpl> |
StoredBundlePersistenceImpl.getClassVariables() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoredBundleKeyPersistenceImpl.setBundle(StoredBundle bundle) |
void |
StoredBundleKeyPersistence.setBundle(StoredBundle bundle)
Sets StoredBundle bundle via bundleId (Bundle).
|
void |
StoredBundleKeyPersistenceImpl.setBundleBlunt(StoredBundle bundle)
Sets bundle without setting any attributes.
|
| Constructor and Description |
|---|
StoredBundleDomainImpl(StoredBundle pdo) |
StoredBundlePersistenceImpl(StoredBundle pdo)
Creates a number space without domain context or session.
|
StoredBundlePersistenceImpl(StoredBundle pdo,
org.tentackle.pdo.DomainContext context)
Creates a number space.
|
StoredBundlePersistenceImpl(StoredBundle pdo,
org.tentackle.session.Session session)
Creates a number space with a session only.
|
StoredBundleUDK(StoredBundle pdo)
Creates a unique domain key for a pdo.
|
Tentackle - distributed, domain- and model-driven