MessageCatalogueRepository
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Inserts multiple message catalogue entities in a single transaction. Used for migration from JSON files to database. All inserts succeed or all fail (all-or-nothing transaction). Transaction will rollback on any failure including constraint violations.
Inserts multiple message catalogue entities in a single transaction. Used for migration from JSON files to database. All inserts succeed or all fail (all-or-nothing transaction). Transaction will rollback on any failure including constraint violations.
Value parameters
- entities
-
The sequence of message catalogue data to insert
Attributes
- Returns
-
A Task that completes when all entities are inserted
Retrieves all message catalogue entries for a specific language. Used for initial load and reload of message catalogue from database.
Retrieves all message catalogue entries for a specific language. Used for initial load and reload of message catalogue from database.
Value parameters
- language
-
The language code to filter messages by
Attributes
- Returns
-
A Task containing sequence of message catalogue data for the specified language