Uses of Interface
org.tentackle.i18n.pdo.StoredBundle
Packages that use StoredBundle
Package
Description
Bundle provider using the persistence layer.
PDOs for resource bundles stored in the database.
-
Uses of StoredBundle in org.tentackle.i18n
Constructors in org.tentackle.i18n with parameters of type StoredBundleModifierConstructorDescriptionStoredResourceBundle(StoredBundle bundle) Creates a resource bundle from a stored bundle. -
Uses of StoredBundle in org.tentackle.i18n.pdo
Fields in org.tentackle.i18n.pdo with type parameters of type StoredBundleModifier and TypeFieldDescriptionStoredBundlePersistenceImpl.CLASSVARIABLESVariables common to all instances of StoredBundlePersistenceImpl.Methods in org.tentackle.i18n.pdo that return StoredBundleModifier and TypeMethodDescriptionStoredBundlePersistence.findByNameAndLocale(String name, String locale) Find the bundle by its name and locale.StoredBundlePersistenceImpl.findByNameAndLocale(String name, String locale) StoredBundleDomainImpl.findByUniqueDomainKey(Object domainKey) StoredBundleKeyPersistence.getBundle()Gets StoredBundle bundle via bundleId (Bundle).StoredBundleKeyPersistenceImpl.getBundle()StoredBundleKeyPersistenceImpl.getBundleBlunt()Gets bundle without performing a select if not loaded.StoredBundlePersistence.selectByUniqueDomainKey(String name, String locale) Selects StoredBundle by its unique domain key.StoredBundlePersistenceImpl.selectByUniqueDomainKey(String name, String locale) 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.StoredBundlePersistenceImpl.selectCached(long id) StoredBundlePersistence.selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk) Selects via cache by unique domain key.StoredBundlePersistenceImpl.selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk) Selects via cache by unique domain key.StoredBundlePersistenceImpl.selectCachedOnly(long id) 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.Methods in org.tentackle.i18n.pdo that return types with arguments of type StoredBundleModifier and TypeMethodDescriptionorg.tentackle.misc.TrackedList<StoredBundle>StoredBundlePersistence.findByName(String name) Finds all bundles (one for each locale) for a given name.org.tentackle.misc.TrackedList<StoredBundle>StoredBundlePersistenceImpl.findByName(String name) org.tentackle.pdo.PdoCache<StoredBundle>StoredBundlePersistenceImpl.getCache()protected org.tentackle.pdo.PdoCacheIndex<StoredBundle,StoredBundle.StoredBundleUDK> StoredBundlePersistenceImpl.getCacheIndexUdk()Gets the index for the unique domain key.StoredBundlePersistenceImpl.getClassVariables()StoredBundlePersistenceImpl.selectAllCached()Methods in org.tentackle.i18n.pdo with parameters of type StoredBundleModifier and TypeMethodDescriptionvoidStoredBundleKeyPersistence.setBundle(StoredBundle bundle) Sets StoredBundle bundle via bundleId (Bundle).voidStoredBundleKeyPersistenceImpl.setBundle(StoredBundle bundle) voidStoredBundleKeyPersistenceImpl.setBundleBlunt(StoredBundle bundle) Sets bundle without setting any attributes.Constructors in org.tentackle.i18n.pdo with parameters of type StoredBundleModifierConstructorDescriptionCreates 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.Creates a unique domain key for a pdo.