Uses of Record Class
org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
Packages that use StoredBundle.StoredBundleUDK
Package
Description
Bundle provider using the persistence layer.
PDOs for resource bundles stored in the database.
-
Uses of StoredBundle.StoredBundleUDK in org.tentackle.i18n
Methods in org.tentackle.i18n that return StoredBundle.StoredBundleUDKModifier and TypeMethodDescriptionprotected StoredBundle.StoredBundleUDKCreates the unique domain key to load a stored bundle.Methods in org.tentackle.i18n with parameters of type StoredBundle.StoredBundleUDKModifier and TypeMethodDescriptionprotected 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.StoredBundleUDKModifier and TypeMethodDescriptionStoredBundleDomain.getUniqueDomainKey()StoredBundleDomainImpl.getUniqueDomainKey()Methods in org.tentackle.i18n.pdo that return types with arguments of type StoredBundle.StoredBundleUDKModifier and TypeMethodDescriptionprotected org.tentackle.pdo.PdoCacheIndex<StoredBundle,StoredBundle.StoredBundleUDK> StoredBundlePersistenceImpl.getCacheIndexUdk()Gets the index for the unique domain key.Methods in org.tentackle.i18n.pdo with parameters of type StoredBundle.StoredBundleUDKModifier and TypeMethodDescriptionintStoredBundle.StoredBundleUDK.compareTo(StoredBundle.StoredBundleUDK other) StoredBundlePersistence.selectByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK udk) Selects via remote cache, if session is remote.StoredBundlePersistenceImpl.selectByUniqueDomainKeyForCache(StoredBundle.StoredBundleUDK udk) Selects via remote cache, if session is remote.StoredBundlePersistence.selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk) Selects via cache by unique domain key.StoredBundlePersistenceImpl.selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk) Selects via cache by unique domain key.StoredBundlePersistence.selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK udk) Selects from cache by unique domain key but does not load from db if not in cache.StoredBundlePersistenceImpl.selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK udk) Selects from cache by unique domain key but does not load from db if not in cache.