Uses of Class
org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
-
Packages that use StoredBundle.StoredBundleUDK Package Description org.tentackle.i18n Bundle provider using the persistence layer.org.tentackle.i18n.pdo PDOs for resource bundles stored in the database. -
-
Uses of StoredBundle.StoredBundleUDK in org.tentackle.i18n
Methods in org.tentackle.i18n that return StoredBundle.StoredBundleUDK Modifier and Type Method Description protected StoredBundle.StoredBundleUDKStoredBundleControl. createUDK(java.lang.String baseName, java.util.Locale locale)Creates the unique domain key to load a stored bundle.Methods in org.tentackle.i18n with parameters of type StoredBundle.StoredBundleUDK Modifier and Type Method Description protected StoredResourceBundleStoredBundleControl. loadStoredBundle(StoredBundle.StoredBundleUDK key)Loads the bundle from storage. -
Uses of StoredBundle.StoredBundleUDK in org.tentackle.i18n.pdo
Methods in org.tentackle.i18n.pdo that return StoredBundle.StoredBundleUDK Modifier and Type Method Description StoredBundle.StoredBundleUDKStoredBundleDomain. getUniqueDomainKey()StoredBundle.StoredBundleUDKStoredBundleDomainImpl. getUniqueDomainKey()Methods in org.tentackle.i18n.pdo with parameters of type StoredBundle.StoredBundleUDK Modifier and Type Method Description intStoredBundle.StoredBundleUDK. compareTo(StoredBundle.StoredBundleUDK other)StoredBundleStoredBundlePersistence. selectByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK udk)Selects via remote cache, if session is remote.StoredBundleStoredBundlePersistenceImpl. selectByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK udk)Selects via remote cache, if session is remote.StoredBundleStoredBundlePersistence. selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)Selects via cache by unique domain key.StoredBundleStoredBundlePersistenceImpl. selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)Selects via cache by unique domain key.StoredBundleStoredBundlePersistence. selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)Selects from cache by unique domain key but does not load from db if not in cache.StoredBundleStoredBundlePersistenceImpl. selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)Selects from cache by unique domain key but does not load from db if not in cache.
-