Uses of Interface
org.tentackle.i18n.pdo.StoredBundleKey
Packages that use StoredBundleKey
-
Uses of StoredBundleKey in org.tentackle.i18n.pdo
Fields in org.tentackle.i18n.pdo with type parameters of type StoredBundleKeyModifier and TypeFieldDescriptionStoredBundleKeyPersistenceImpl.CLASSVARIABLESVariables common to all instances of StoredBundleKeyPersistenceImpl.Methods in org.tentackle.i18n.pdo that return types with arguments of type StoredBundleKeyModifier and TypeMethodDescriptionStoredBundleKeyPersistenceImpl.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 StoredBundleKeyModifierConstructorDescriptionCreates 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.