- saveReferencingRelations(boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- selectByBundleId(long) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
-
Selects composite list of StoredBundleKey keys via StoredBundleKey#bundleId (Keys).
- selectByBundleId(long) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
- selectByUniqueDomainKey(String, String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
-
Selects StoredBundle by its unique domain key.
- selectByUniqueDomainKey(String, String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- selectCached(long) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
-
Selects via cache by unique domain key.
- selectCachedByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
Selects via cache by unique domain key.
- selectCachedOnly(long) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
-
Selects from cache by unique domain key but does not load from db if not in cache.
- selectCachedOnlyByUniqueDomainKey(StoredBundle.StoredBundleUDK) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
Selects from cache by unique domain key but does not load from db if not in cache.
- setBundle(StoredBundle) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
-
Sets StoredBundle bundle via bundleId (Bundle).
- setBundle(StoredBundle) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
- setBundleBlunt(StoredBundle) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
Sets bundle without setting any attributes.
- setDomainContext(DomainContext) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
- setDomainContext(DomainContext) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- setFields(PreparedStatementWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
- setFields(PreparedStatementWrapper) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- setImmutable(boolean) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- setKey(String) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
-
Sets the attribute key.
- setKey(String) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
- setLocale(String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
-
Sets the attribute locale.
- setLocale(String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- setName(String) - Method in interface org.tentackle.i18n.pdo.StoredBundlePersistence
-
Sets the attribute name.
- setName(String) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- setSession(Session) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
- setSession(Session) - Method in class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
- setTranslation(String, String) - Method in interface org.tentackle.i18n.pdo.StoredBundleDomain
-
Sets a translation.
- setTranslation(String, String) - Method in class org.tentackle.i18n.pdo.StoredBundleDomainImpl
-
- setValue(String) - Method in interface org.tentackle.i18n.pdo.StoredBundleKeyPersistence
-
Sets the attribute value.
- setValue(String) - Method in class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
- StoredBundle - Interface in org.tentackle.i18n.pdo
-
A resource bundle stored in the database.
- StoredBundle.StoredBundleUDK - Class in org.tentackle.i18n.pdo
-
The unique domain key for StoredBundle.
- StoredBundleControl - Class in org.tentackle.i18n
-
Bundle control to use stored bundles.
- StoredBundleControl() - Constructor for class org.tentackle.i18n.StoredBundleControl
-
- StoredBundleControlProvider - Class in org.tentackle.i18n
-
Bundle control provider to use stored bundles.
- StoredBundleControlProvider() - Constructor for class org.tentackle.i18n.StoredBundleControlProvider
-
- StoredBundleDomain - Interface in org.tentackle.i18n.pdo
-
Stored bundle domain interface.
- StoredBundleDomainImpl - Class in org.tentackle.i18n.pdo
-
StoredBundle domain implementation.
- StoredBundleDomainImpl(StoredBundle) - Constructor for class org.tentackle.i18n.pdo.StoredBundleDomainImpl
-
- StoredBundleDomainImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleDomainImpl
-
- StoredBundleKey - Interface in org.tentackle.i18n.pdo
-
A bundle key translation stored in the database.
- StoredBundleKeyDomain - Interface in org.tentackle.i18n.pdo
-
Stored bundle key domain interface.
- StoredBundleKeyDomainImpl - Class in org.tentackle.i18n.pdo
-
StoredBundleKey domain implementation.
- StoredBundleKeyDomainImpl(StoredBundleKey) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
-
- StoredBundleKeyDomainImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyDomainImpl
-
- StoredBundleKeyPersistence - Interface in org.tentackle.i18n.pdo
-
Persistence interface for stored bundle keys.
- StoredBundleKeyPersistenceImpl - Class in org.tentackle.i18n.pdo
-
Number Space persistence implementation.
- StoredBundleKeyPersistenceImpl(StoredBundleKey, DomainContext) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
Creates a number space.
- StoredBundleKeyPersistenceImpl(StoredBundleKey, Session) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
Creates a number space with a session only.
- StoredBundleKeyPersistenceImpl(StoredBundleKey) - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
Creates a number space without domain context or session.
- StoredBundleKeyPersistenceImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundleKeyPersistenceImpl
-
Creates a number space without domain context or session.
- StoredBundlePersistence - Interface in org.tentackle.i18n.pdo
-
Persistence interface for stored bundles.
- StoredBundlePersistenceImpl - Class in org.tentackle.i18n.pdo
-
Number Space persistence implementation.
- StoredBundlePersistenceImpl(StoredBundle, DomainContext) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
Creates a number space.
- StoredBundlePersistenceImpl(StoredBundle, Session) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
Creates a number space with a session only.
- StoredBundlePersistenceImpl(StoredBundle) - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
Creates a number space without domain context or session.
- StoredBundlePersistenceImpl() - Constructor for class org.tentackle.i18n.pdo.StoredBundlePersistenceImpl
-
Creates a number space without domain context or session.
- StoredBundleUDK(String, String) - Constructor for class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
-
Creates a unique domain key.
- StoredBundleUDK(StoredBundle) - Constructor for class org.tentackle.i18n.pdo.StoredBundle.StoredBundleUDK
-
Creates a unique domain key for a pdo.