Uses of Interface
org.tentackle.i18n.pdo.StoredBundle
-
Packages that use StoredBundle 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 in org.tentackle.i18n
Constructors in org.tentackle.i18n with parameters of type StoredBundle Constructor Description StoredResourceBundle(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 StoredBundle Modifier and Type Field Description static org.tentackle.persist.PersistentObjectClassVariables<StoredBundle,StoredBundlePersistenceImpl>StoredBundlePersistenceImpl. CLASSVARIABLESVariables common to all instances of StoredBundlePersistenceImpl.Methods in org.tentackle.i18n.pdo that return StoredBundle Modifier and Type Method Description StoredBundleStoredBundlePersistence. findByNameAndLocale(java.lang.String name, java.lang.String locale)Find the bundle by its name and locale.StoredBundleStoredBundlePersistenceImpl. findByNameAndLocale(java.lang.String name, java.lang.String locale)StoredBundleStoredBundleDomainImpl. findByUniqueDomainKey(java.lang.Object domainKey)StoredBundleStoredBundleKeyPersistence. getBundle()Gets StoredBundle bundle via bundleId (Bundle).StoredBundleStoredBundleKeyPersistenceImpl. getBundle()StoredBundleStoredBundleKeyPersistenceImpl. getBundleBlunt()Gets bundle without performing a select if not loaded.StoredBundleStoredBundlePersistence. selectByUniqueDomainKey(java.lang.String name, java.lang.String locale)Selects StoredBundle by its unique domain key.StoredBundleStoredBundlePersistenceImpl. selectByUniqueDomainKey(java.lang.String name, java.lang.String locale)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.StoredBundleStoredBundlePersistenceImpl. selectCached(long id)StoredBundleStoredBundlePersistence. selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)Selects via cache by unique domain key.StoredBundleStoredBundlePersistenceImpl. selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK udk)Selects via cache by unique domain key.StoredBundleStoredBundlePersistenceImpl. selectCachedOnly(long id)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.Methods in org.tentackle.i18n.pdo that return types with arguments of type StoredBundle Modifier and Type Method Description org.tentackle.misc.TrackedList<StoredBundle>StoredBundlePersistence. findByName(java.lang.String name)Finds all bundles (one for each locale) for a given name.org.tentackle.misc.TrackedList<StoredBundle>StoredBundlePersistenceImpl. findByName(java.lang.String name)org.tentackle.pdo.PdoCache<StoredBundle>StoredBundlePersistenceImpl. getCache()org.tentackle.persist.PersistentObjectClassVariables<StoredBundle,StoredBundlePersistenceImpl>StoredBundlePersistenceImpl. getClassVariables()Methods in org.tentackle.i18n.pdo with parameters of type StoredBundle Modifier and Type Method Description voidStoredBundleKeyPersistence. 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 StoredBundle Constructor 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.
-