Uses of Interface
org.tentackle.i18n.pdo.StoredBundleKey
-
Packages that use StoredBundleKey Package Description org.tentackle.i18n.pdo PDOs for resource bundles stored in the database. -
-
Uses of StoredBundleKey in org.tentackle.i18n.pdo
Fields in org.tentackle.i18n.pdo with type parameters of type StoredBundleKey Modifier and Type Field Description static org.tentackle.persist.PersistentObjectClassVariables<StoredBundleKey,StoredBundleKeyPersistenceImpl>StoredBundleKeyPersistenceImpl. CLASSVARIABLESVariables common to all instances of StoredBundleKeyPersistenceImpl.Methods in org.tentackle.i18n.pdo that return types with arguments of type StoredBundleKey Modifier and Type Method Description org.tentackle.persist.PersistentObjectClassVariables<StoredBundleKey,StoredBundleKeyPersistenceImpl>StoredBundleKeyPersistenceImpl. getClassVariables()org.tentackle.misc.TrackedList<StoredBundleKey>StoredBundlePersistence. getKeys()Gets composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).org.tentackle.misc.TrackedList<StoredBundleKey>StoredBundlePersistenceImpl. getKeys()org.tentackle.misc.TrackedList<StoredBundleKey>StoredBundlePersistenceImpl. getKeysBlunt()Gets keys without performing a select if not loaded.org.tentackle.misc.TrackedList<StoredBundleKey>StoredBundleKeyPersistence. selectByBundleId(long bundleId)Selects composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).org.tentackle.misc.TrackedList<StoredBundleKey>StoredBundleKeyPersistenceImpl. selectByBundleId(long bundleId)Constructors in org.tentackle.i18n.pdo with parameters of type StoredBundleKey Constructor Description StoredBundleKeyDomainImpl(StoredBundleKey pdo)StoredBundleKeyPersistenceImpl(StoredBundleKey pdo)Creates a number space without domain context or session.StoredBundleKeyPersistenceImpl(StoredBundleKey pdo, org.tentackle.pdo.DomainContext context)Creates a number space.StoredBundleKeyPersistenceImpl(StoredBundleKey pdo, org.tentackle.session.Session session)Creates a number space with a session only.
-