| Package | Description |
|---|---|
| org.tentackle.i18n.pdo |
PDOs for resource bundles stored in the database.
|
| Modifier and Type | Method and Description |
|---|---|
StoredBundle.StoredBundleUDK |
StoredBundleDomainImpl.getUniqueDomainKey() |
StoredBundle.StoredBundleUDK |
StoredBundleDomain.getUniqueDomainKey() |
| Modifier and Type | Method and Description |
|---|---|
int |
StoredBundle.StoredBundleUDK.compareTo(StoredBundle.StoredBundleUDK other) |
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 |
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.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.
|
Tentackle - a domain driven enterprise framework