diff --git a/common/repositories/aa_ability_repository.h b/common/repositories/aa_ability_repository.h index 7d732562b..c8d096e8e 100644 --- a/common/repositories/aa_ability_repository.h +++ b/common/repositories/aa_ability_repository.h @@ -28,18 +28,18 @@ class AaAbilityRepository: public BaseAaAbilityRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/aa_rank_effects_repository.h b/common/repositories/aa_rank_effects_repository.h index 0f7799ab6..df283fb1f 100644 --- a/common/repositories/aa_rank_effects_repository.h +++ b/common/repositories/aa_rank_effects_repository.h @@ -28,18 +28,18 @@ class AaRankEffectsRepository: public BaseAaRankEffectsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/aa_rank_prereqs_repository.h b/common/repositories/aa_rank_prereqs_repository.h index fe375ce0b..dafb1c4d8 100644 --- a/common/repositories/aa_rank_prereqs_repository.h +++ b/common/repositories/aa_rank_prereqs_repository.h @@ -28,18 +28,18 @@ class AaRankPrereqsRepository: public BaseAaRankPrereqsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/aa_ranks_repository.h b/common/repositories/aa_ranks_repository.h index 25f982d48..b62e4e840 100644 --- a/common/repositories/aa_ranks_repository.h +++ b/common/repositories/aa_ranks_repository.h @@ -28,18 +28,18 @@ class AaRanksRepository: public BaseAaRanksRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/account_flags_repository.h b/common/repositories/account_flags_repository.h index 0a57f5cc7..9ebe84abb 100644 --- a/common/repositories/account_flags_repository.h +++ b/common/repositories/account_flags_repository.h @@ -28,18 +28,18 @@ class AccountFlagsRepository: public BaseAccountFlagsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/account_ip_repository.h b/common/repositories/account_ip_repository.h index 4f99311b9..d33cb609d 100644 --- a/common/repositories/account_ip_repository.h +++ b/common/repositories/account_ip_repository.h @@ -28,18 +28,18 @@ class AccountIpRepository: public BaseAccountIpRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/account_repository.h b/common/repositories/account_repository.h index 631462552..32d49c92d 100644 --- a/common/repositories/account_repository.h +++ b/common/repositories/account_repository.h @@ -28,18 +28,18 @@ class AccountRepository: public BaseAccountRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/account_rewards_repository.h b/common/repositories/account_rewards_repository.h index dd3aa2dca..77cad4076 100644 --- a/common/repositories/account_rewards_repository.h +++ b/common/repositories/account_rewards_repository.h @@ -28,18 +28,18 @@ class AccountRewardsRepository: public BaseAccountRewardsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/adventure_details_repository.h b/common/repositories/adventure_details_repository.h index 5086b4ecb..909a3e7ae 100644 --- a/common/repositories/adventure_details_repository.h +++ b/common/repositories/adventure_details_repository.h @@ -28,18 +28,18 @@ class AdventureDetailsRepository: public BaseAdventureDetailsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/adventure_members_repository.h b/common/repositories/adventure_members_repository.h index d7ca05596..3cdedac90 100644 --- a/common/repositories/adventure_members_repository.h +++ b/common/repositories/adventure_members_repository.h @@ -28,18 +28,18 @@ class AdventureMembersRepository: public BaseAdventureMembersRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/adventure_stats_repository.h b/common/repositories/adventure_stats_repository.h index 4d82bb262..8ff138849 100644 --- a/common/repositories/adventure_stats_repository.h +++ b/common/repositories/adventure_stats_repository.h @@ -28,18 +28,18 @@ class AdventureStatsRepository: public BaseAdventureStatsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/adventure_template_entry_flavor_repository.h b/common/repositories/adventure_template_entry_flavor_repository.h index b52345139..183d50780 100644 --- a/common/repositories/adventure_template_entry_flavor_repository.h +++ b/common/repositories/adventure_template_entry_flavor_repository.h @@ -28,18 +28,18 @@ class AdventureTemplateEntryFlavorRepository: public BaseAdventureTemplateEntryFlavorRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/adventure_template_entry_repository.h b/common/repositories/adventure_template_entry_repository.h index c4bd36215..68e6008fc 100644 --- a/common/repositories/adventure_template_entry_repository.h +++ b/common/repositories/adventure_template_entry_repository.h @@ -28,18 +28,18 @@ class AdventureTemplateEntryRepository: public BaseAdventureTemplateEntryRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/adventure_template_repository.h b/common/repositories/adventure_template_repository.h index ee0e91b51..a3e9c9a99 100644 --- a/common/repositories/adventure_template_repository.h +++ b/common/repositories/adventure_template_repository.h @@ -28,18 +28,18 @@ class AdventureTemplateRepository: public BaseAdventureTemplateRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/alternate_currency_repository.h b/common/repositories/alternate_currency_repository.h index 92f1248c4..732f1e6f8 100644 --- a/common/repositories/alternate_currency_repository.h +++ b/common/repositories/alternate_currency_repository.h @@ -28,18 +28,18 @@ class AlternateCurrencyRepository: public BaseAlternateCurrencyRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/auras_repository.h b/common/repositories/auras_repository.h index 4c3efed2f..5948195db 100644 --- a/common/repositories/auras_repository.h +++ b/common/repositories/auras_repository.h @@ -28,18 +28,18 @@ class AurasRepository: public BaseAurasRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/banned_ips_repository.h b/common/repositories/banned_ips_repository.h index 5f29b6d26..4610a6575 100644 --- a/common/repositories/banned_ips_repository.h +++ b/common/repositories/banned_ips_repository.h @@ -28,18 +28,18 @@ class BannedIpsRepository: public BaseBannedIpsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/base_data_repository.h b/common/repositories/base_data_repository.h index ee6832e1a..27b453bcc 100644 --- a/common/repositories/base_data_repository.h +++ b/common/repositories/base_data_repository.h @@ -28,18 +28,18 @@ class BaseDataRepository: public BaseBaseDataRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/blocked_spells_repository.h b/common/repositories/blocked_spells_repository.h index 662430e03..0f5add1df 100644 --- a/common/repositories/blocked_spells_repository.h +++ b/common/repositories/blocked_spells_repository.h @@ -28,18 +28,18 @@ class BlockedSpellsRepository: public BaseBlockedSpellsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/books_repository.h b/common/repositories/books_repository.h index 100d7b93c..a1e6aab98 100644 --- a/common/repositories/books_repository.h +++ b/common/repositories/books_repository.h @@ -28,18 +28,18 @@ class BooksRepository: public BaseBooksRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/bug_reports_repository.h b/common/repositories/bug_reports_repository.h index f10f3e192..39f19275b 100644 --- a/common/repositories/bug_reports_repository.h +++ b/common/repositories/bug_reports_repository.h @@ -28,18 +28,18 @@ class BugReportsRepository: public BaseBugReportsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/bugs_repository.h b/common/repositories/bugs_repository.h index 888ccffdb..b78b7f9cd 100644 --- a/common/repositories/bugs_repository.h +++ b/common/repositories/bugs_repository.h @@ -28,18 +28,18 @@ class BugsRepository: public BaseBugsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/buyer_repository.h b/common/repositories/buyer_repository.h index 42d87ed5f..147d8266e 100644 --- a/common/repositories/buyer_repository.h +++ b/common/repositories/buyer_repository.h @@ -28,18 +28,18 @@ class BuyerRepository: public BaseBuyerRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/char_create_combinations_repository.h b/common/repositories/char_create_combinations_repository.h index e8da3253e..22164139a 100644 --- a/common/repositories/char_create_combinations_repository.h +++ b/common/repositories/char_create_combinations_repository.h @@ -28,18 +28,18 @@ class CharCreateCombinationsRepository: public BaseCharCreateCombinationsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/char_create_point_allocations_repository.h b/common/repositories/char_create_point_allocations_repository.h index 7be3b8da6..62b47e82c 100644 --- a/common/repositories/char_create_point_allocations_repository.h +++ b/common/repositories/char_create_point_allocations_repository.h @@ -28,18 +28,18 @@ class CharCreatePointAllocationsRepository: public BaseCharCreatePointAllocationsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/char_recipe_list_repository.h b/common/repositories/char_recipe_list_repository.h index 9def2e951..aa991958e 100644 --- a/common/repositories/char_recipe_list_repository.h +++ b/common/repositories/char_recipe_list_repository.h @@ -28,18 +28,18 @@ class CharRecipeListRepository: public BaseCharRecipeListRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_activities_repository.h b/common/repositories/character_activities_repository.h index 1ea06f517..256ef50e8 100644 --- a/common/repositories/character_activities_repository.h +++ b/common/repositories/character_activities_repository.h @@ -28,18 +28,18 @@ class CharacterActivitiesRepository: public BaseCharacterActivitiesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_alt_currency_repository.h b/common/repositories/character_alt_currency_repository.h index c3d0e288f..9624a39c8 100644 --- a/common/repositories/character_alt_currency_repository.h +++ b/common/repositories/character_alt_currency_repository.h @@ -28,18 +28,18 @@ class CharacterAltCurrencyRepository: public BaseCharacterAltCurrencyRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_alternate_abilities_repository.h b/common/repositories/character_alternate_abilities_repository.h index 5c8d1f779..3818c60ec 100644 --- a/common/repositories/character_alternate_abilities_repository.h +++ b/common/repositories/character_alternate_abilities_repository.h @@ -28,18 +28,18 @@ class CharacterAlternateAbilitiesRepository: public BaseCharacterAlternateAbilitiesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_auras_repository.h b/common/repositories/character_auras_repository.h index 16afc3bb7..a7a8047ec 100644 --- a/common/repositories/character_auras_repository.h +++ b/common/repositories/character_auras_repository.h @@ -28,18 +28,18 @@ class CharacterAurasRepository: public BaseCharacterAurasRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_bandolier_repository.h b/common/repositories/character_bandolier_repository.h index 3a04159db..37400929d 100644 --- a/common/repositories/character_bandolier_repository.h +++ b/common/repositories/character_bandolier_repository.h @@ -28,18 +28,18 @@ class CharacterBandolierRepository: public BaseCharacterBandolierRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_bind_repository.h b/common/repositories/character_bind_repository.h index eeac3c6be..ba61113e4 100644 --- a/common/repositories/character_bind_repository.h +++ b/common/repositories/character_bind_repository.h @@ -28,18 +28,18 @@ class CharacterBindRepository: public BaseCharacterBindRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_buffs_repository.h b/common/repositories/character_buffs_repository.h index 14092acaa..45c59eb8b 100644 --- a/common/repositories/character_buffs_repository.h +++ b/common/repositories/character_buffs_repository.h @@ -28,18 +28,18 @@ class CharacterBuffsRepository: public BaseCharacterBuffsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_corpse_items_repository.h b/common/repositories/character_corpse_items_repository.h index 56450a4f9..f564799ad 100644 --- a/common/repositories/character_corpse_items_repository.h +++ b/common/repositories/character_corpse_items_repository.h @@ -28,18 +28,18 @@ class CharacterCorpseItemsRepository: public BaseCharacterCorpseItemsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_corpses_repository.h b/common/repositories/character_corpses_repository.h index 0fcea38b4..cc91ea17f 100644 --- a/common/repositories/character_corpses_repository.h +++ b/common/repositories/character_corpses_repository.h @@ -28,18 +28,18 @@ class CharacterCorpsesRepository: public BaseCharacterCorpsesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_currency_repository.h b/common/repositories/character_currency_repository.h index 0bd1bf1cc..6b9254c82 100644 --- a/common/repositories/character_currency_repository.h +++ b/common/repositories/character_currency_repository.h @@ -28,18 +28,18 @@ class CharacterCurrencyRepository: public BaseCharacterCurrencyRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_data_repository.h b/common/repositories/character_data_repository.h index 30214a1d1..c9b86fc27 100644 --- a/common/repositories/character_data_repository.h +++ b/common/repositories/character_data_repository.h @@ -28,18 +28,18 @@ class CharacterDataRepository: public BaseCharacterDataRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_disciplines_repository.h b/common/repositories/character_disciplines_repository.h index c77051e0f..51ea09d17 100644 --- a/common/repositories/character_disciplines_repository.h +++ b/common/repositories/character_disciplines_repository.h @@ -28,18 +28,18 @@ class CharacterDisciplinesRepository: public BaseCharacterDisciplinesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_inspect_messages_repository.h b/common/repositories/character_inspect_messages_repository.h index b75385ad7..998335d53 100644 --- a/common/repositories/character_inspect_messages_repository.h +++ b/common/repositories/character_inspect_messages_repository.h @@ -28,18 +28,18 @@ class CharacterInspectMessagesRepository: public BaseCharacterInspectMessagesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_item_recast_repository.h b/common/repositories/character_item_recast_repository.h index 223225759..8fe170901 100644 --- a/common/repositories/character_item_recast_repository.h +++ b/common/repositories/character_item_recast_repository.h @@ -28,18 +28,18 @@ class CharacterItemRecastRepository: public BaseCharacterItemRecastRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_languages_repository.h b/common/repositories/character_languages_repository.h index bb10eac4f..5be597adf 100644 --- a/common/repositories/character_languages_repository.h +++ b/common/repositories/character_languages_repository.h @@ -28,18 +28,18 @@ class CharacterLanguagesRepository: public BaseCharacterLanguagesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_leadership_abilities_repository.h b/common/repositories/character_leadership_abilities_repository.h index 79ed63697..770c3c456 100644 --- a/common/repositories/character_leadership_abilities_repository.h +++ b/common/repositories/character_leadership_abilities_repository.h @@ -28,18 +28,18 @@ class CharacterLeadershipAbilitiesRepository: public BaseCharacterLeadershipAbilitiesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_material_repository.h b/common/repositories/character_material_repository.h index 8d95f599d..644baa081 100644 --- a/common/repositories/character_material_repository.h +++ b/common/repositories/character_material_repository.h @@ -28,18 +28,18 @@ class CharacterMaterialRepository: public BaseCharacterMaterialRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_memmed_spells_repository.h b/common/repositories/character_memmed_spells_repository.h index 41520d767..59933ac23 100644 --- a/common/repositories/character_memmed_spells_repository.h +++ b/common/repositories/character_memmed_spells_repository.h @@ -28,18 +28,18 @@ class CharacterMemmedSpellsRepository: public BaseCharacterMemmedSpellsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_pet_buffs_repository.h b/common/repositories/character_pet_buffs_repository.h index c2fe7e10d..a7e780aed 100644 --- a/common/repositories/character_pet_buffs_repository.h +++ b/common/repositories/character_pet_buffs_repository.h @@ -28,18 +28,18 @@ class CharacterPetBuffsRepository: public BaseCharacterPetBuffsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_pet_info_repository.h b/common/repositories/character_pet_info_repository.h index 1c5fa56d7..06e400abb 100644 --- a/common/repositories/character_pet_info_repository.h +++ b/common/repositories/character_pet_info_repository.h @@ -28,18 +28,18 @@ class CharacterPetInfoRepository: public BaseCharacterPetInfoRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_pet_inventory_repository.h b/common/repositories/character_pet_inventory_repository.h index 6a3c298df..972b0b7c6 100644 --- a/common/repositories/character_pet_inventory_repository.h +++ b/common/repositories/character_pet_inventory_repository.h @@ -28,18 +28,18 @@ class CharacterPetInventoryRepository: public BaseCharacterPetInventoryRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_potionbelt_repository.h b/common/repositories/character_potionbelt_repository.h index 2eaa76319..7d02c1f39 100644 --- a/common/repositories/character_potionbelt_repository.h +++ b/common/repositories/character_potionbelt_repository.h @@ -28,18 +28,18 @@ class CharacterPotionbeltRepository: public BaseCharacterPotionbeltRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_skills_repository.h b/common/repositories/character_skills_repository.h index 2fd041c16..044f5987a 100644 --- a/common/repositories/character_skills_repository.h +++ b/common/repositories/character_skills_repository.h @@ -28,18 +28,18 @@ class CharacterSkillsRepository: public BaseCharacterSkillsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_spells_repository.h b/common/repositories/character_spells_repository.h index 639f8c983..f2af87b01 100644 --- a/common/repositories/character_spells_repository.h +++ b/common/repositories/character_spells_repository.h @@ -28,18 +28,18 @@ class CharacterSpellsRepository: public BaseCharacterSpellsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_tasks_repository.h b/common/repositories/character_tasks_repository.h index 316eca15b..33a452327 100644 --- a/common/repositories/character_tasks_repository.h +++ b/common/repositories/character_tasks_repository.h @@ -28,18 +28,18 @@ class CharacterTasksRepository: public BaseCharacterTasksRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/character_tribute_repository.h b/common/repositories/character_tribute_repository.h index 739062a44..30edd2bfb 100644 --- a/common/repositories/character_tribute_repository.h +++ b/common/repositories/character_tribute_repository.h @@ -28,18 +28,18 @@ class CharacterTributeRepository: public BaseCharacterTributeRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/chatchannels_repository.h b/common/repositories/chatchannels_repository.h index c13e3c4f4..3fef234f6 100644 --- a/common/repositories/chatchannels_repository.h +++ b/common/repositories/chatchannels_repository.h @@ -28,18 +28,18 @@ class ChatchannelsRepository: public BaseChatchannelsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/command_settings_repository.h b/common/repositories/command_settings_repository.h index ee1844100..34021b399 100644 --- a/common/repositories/command_settings_repository.h +++ b/common/repositories/command_settings_repository.h @@ -28,18 +28,18 @@ class CommandSettingsRepository: public BaseCommandSettingsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/completed_tasks_repository.h b/common/repositories/completed_tasks_repository.h index f131c62ad..ae2a50b3f 100644 --- a/common/repositories/completed_tasks_repository.h +++ b/common/repositories/completed_tasks_repository.h @@ -28,18 +28,18 @@ class CompletedTasksRepository: public BaseCompletedTasksRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/data_buckets_repository.h b/common/repositories/data_buckets_repository.h index d5f1f4455..19a24c68e 100644 --- a/common/repositories/data_buckets_repository.h +++ b/common/repositories/data_buckets_repository.h @@ -28,18 +28,18 @@ class DataBucketsRepository: public BaseDataBucketsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/db_str_repository.h b/common/repositories/db_str_repository.h index 3dbde06fd..70287a843 100644 --- a/common/repositories/db_str_repository.h +++ b/common/repositories/db_str_repository.h @@ -28,18 +28,18 @@ class DbStrRepository: public BaseDbStrRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/discovered_items_repository.h b/common/repositories/discovered_items_repository.h index 103ef2f2c..b77872a9a 100644 --- a/common/repositories/discovered_items_repository.h +++ b/common/repositories/discovered_items_repository.h @@ -28,18 +28,18 @@ class DiscoveredItemsRepository: public BaseDiscoveredItemsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/doors_repository.h b/common/repositories/doors_repository.h index 04d2a72a3..1e66478d6 100644 --- a/common/repositories/doors_repository.h +++ b/common/repositories/doors_repository.h @@ -28,18 +28,18 @@ class DoorsRepository: public BaseDoorsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/eventlog_repository.h b/common/repositories/eventlog_repository.h index 0e6dee394..e316a5d54 100644 --- a/common/repositories/eventlog_repository.h +++ b/common/repositories/eventlog_repository.h @@ -28,18 +28,18 @@ class EventlogRepository: public BaseEventlogRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/faction_base_data_repository.h b/common/repositories/faction_base_data_repository.h index 02ae81906..0cc968803 100644 --- a/common/repositories/faction_base_data_repository.h +++ b/common/repositories/faction_base_data_repository.h @@ -28,18 +28,18 @@ class FactionBaseDataRepository: public BaseFactionBaseDataRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/faction_list_mod_repository.h b/common/repositories/faction_list_mod_repository.h index 3b0bc9aa3..99834150f 100644 --- a/common/repositories/faction_list_mod_repository.h +++ b/common/repositories/faction_list_mod_repository.h @@ -28,18 +28,18 @@ class FactionListModRepository: public BaseFactionListModRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/faction_list_repository.h b/common/repositories/faction_list_repository.h index ddeb2dd10..8a83996e7 100644 --- a/common/repositories/faction_list_repository.h +++ b/common/repositories/faction_list_repository.h @@ -28,18 +28,18 @@ class FactionListRepository: public BaseFactionListRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/faction_values_repository.h b/common/repositories/faction_values_repository.h index c1b6d9e16..721a535dd 100644 --- a/common/repositories/faction_values_repository.h +++ b/common/repositories/faction_values_repository.h @@ -28,18 +28,18 @@ class FactionValuesRepository: public BaseFactionValuesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/fishing_repository.h b/common/repositories/fishing_repository.h index 4e2707697..3ca1da433 100644 --- a/common/repositories/fishing_repository.h +++ b/common/repositories/fishing_repository.h @@ -28,18 +28,18 @@ class FishingRepository: public BaseFishingRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/forage_repository.h b/common/repositories/forage_repository.h index bf4e0d522..8f291ce09 100644 --- a/common/repositories/forage_repository.h +++ b/common/repositories/forage_repository.h @@ -28,18 +28,18 @@ class ForageRepository: public BaseForageRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/friends_repository.h b/common/repositories/friends_repository.h index 99481a742..273280511 100644 --- a/common/repositories/friends_repository.h +++ b/common/repositories/friends_repository.h @@ -28,18 +28,18 @@ class FriendsRepository: public BaseFriendsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/global_loot_repository.h b/common/repositories/global_loot_repository.h index 25a916c3f..16614452c 100644 --- a/common/repositories/global_loot_repository.h +++ b/common/repositories/global_loot_repository.h @@ -28,18 +28,18 @@ class GlobalLootRepository: public BaseGlobalLootRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/gm_ips_repository.h b/common/repositories/gm_ips_repository.h index ccb0b1359..656285424 100644 --- a/common/repositories/gm_ips_repository.h +++ b/common/repositories/gm_ips_repository.h @@ -28,18 +28,18 @@ class GmIpsRepository: public BaseGmIpsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/goallists_repository.h b/common/repositories/goallists_repository.h index 8e95d9702..d1fd6e48a 100644 --- a/common/repositories/goallists_repository.h +++ b/common/repositories/goallists_repository.h @@ -28,18 +28,18 @@ class GoallistsRepository: public BaseGoallistsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/graveyard_repository.h b/common/repositories/graveyard_repository.h index 5937ce317..d18725c32 100644 --- a/common/repositories/graveyard_repository.h +++ b/common/repositories/graveyard_repository.h @@ -28,18 +28,18 @@ class GraveyardRepository: public BaseGraveyardRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/ground_spawns_repository.h b/common/repositories/ground_spawns_repository.h index d4a7abaca..e56d25d97 100644 --- a/common/repositories/ground_spawns_repository.h +++ b/common/repositories/ground_spawns_repository.h @@ -28,18 +28,18 @@ class GroundSpawnsRepository: public BaseGroundSpawnsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/group_id_repository.h b/common/repositories/group_id_repository.h index 82a2ce0c5..8b78b6eeb 100644 --- a/common/repositories/group_id_repository.h +++ b/common/repositories/group_id_repository.h @@ -28,18 +28,18 @@ class GroupIdRepository: public BaseGroupIdRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/group_leaders_repository.h b/common/repositories/group_leaders_repository.h index 65163d295..5a44bb751 100644 --- a/common/repositories/group_leaders_repository.h +++ b/common/repositories/group_leaders_repository.h @@ -28,18 +28,18 @@ class GroupLeadersRepository: public BaseGroupLeadersRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/guild_members_repository.h b/common/repositories/guild_members_repository.h index f0b07b9ee..16cbdbc10 100644 --- a/common/repositories/guild_members_repository.h +++ b/common/repositories/guild_members_repository.h @@ -28,18 +28,18 @@ class GuildMembersRepository: public BaseGuildMembersRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/guild_ranks_repository.h b/common/repositories/guild_ranks_repository.h index c2f7b804c..24e012eb3 100644 --- a/common/repositories/guild_ranks_repository.h +++ b/common/repositories/guild_ranks_repository.h @@ -28,18 +28,18 @@ class GuildRanksRepository: public BaseGuildRanksRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/guild_relations_repository.h b/common/repositories/guild_relations_repository.h index e60c0f657..ce2e6f638 100644 --- a/common/repositories/guild_relations_repository.h +++ b/common/repositories/guild_relations_repository.h @@ -28,18 +28,18 @@ class GuildRelationsRepository: public BaseGuildRelationsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/guilds_repository.h b/common/repositories/guilds_repository.h index 7b63f63ff..dbb2984e9 100644 --- a/common/repositories/guilds_repository.h +++ b/common/repositories/guilds_repository.h @@ -28,18 +28,18 @@ class GuildsRepository: public BaseGuildsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/hackers_repository.h b/common/repositories/hackers_repository.h index 89e08b354..8bacd5b7a 100644 --- a/common/repositories/hackers_repository.h +++ b/common/repositories/hackers_repository.h @@ -28,18 +28,18 @@ class HackersRepository: public BaseHackersRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/horses_repository.h b/common/repositories/horses_repository.h index 398bafee5..108d7c1da 100644 --- a/common/repositories/horses_repository.h +++ b/common/repositories/horses_repository.h @@ -28,18 +28,18 @@ class HorsesRepository: public BaseHorsesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/instance_list_player_repository.h b/common/repositories/instance_list_player_repository.h index dd98dbcdd..474b34917 100644 --- a/common/repositories/instance_list_player_repository.h +++ b/common/repositories/instance_list_player_repository.h @@ -28,18 +28,18 @@ class InstanceListPlayerRepository: public BaseInstanceListPlayerRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/instance_list_repository.h b/common/repositories/instance_list_repository.h index afb221dbc..39cbd9b47 100644 --- a/common/repositories/instance_list_repository.h +++ b/common/repositories/instance_list_repository.h @@ -28,18 +28,18 @@ class InstanceListRepository: public BaseInstanceListRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/inventory_repository.h b/common/repositories/inventory_repository.h index 003c152d4..8ae1d1c46 100644 --- a/common/repositories/inventory_repository.h +++ b/common/repositories/inventory_repository.h @@ -28,18 +28,18 @@ class InventoryRepository: public BaseInventoryRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/inventory_snapshots_repository.h b/common/repositories/inventory_snapshots_repository.h index 52b60328e..b8d60eeaf 100644 --- a/common/repositories/inventory_snapshots_repository.h +++ b/common/repositories/inventory_snapshots_repository.h @@ -28,18 +28,18 @@ class InventorySnapshotsRepository: public BaseInventorySnapshotsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/ip_exemptions_repository.h b/common/repositories/ip_exemptions_repository.h index 00c318394..71ad7dfb3 100644 --- a/common/repositories/ip_exemptions_repository.h +++ b/common/repositories/ip_exemptions_repository.h @@ -28,18 +28,18 @@ class IpExemptionsRepository: public BaseIpExemptionsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/item_tick_repository.h b/common/repositories/item_tick_repository.h index 1418b9227..b120aa794 100644 --- a/common/repositories/item_tick_repository.h +++ b/common/repositories/item_tick_repository.h @@ -28,18 +28,18 @@ class ItemTickRepository: public BaseItemTickRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/items_repository.h b/common/repositories/items_repository.h index 83872d5f0..1e12a4720 100644 --- a/common/repositories/items_repository.h +++ b/common/repositories/items_repository.h @@ -28,18 +28,18 @@ class ItemsRepository: public BaseItemsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/launcher_repository.h b/common/repositories/launcher_repository.h index 0b23dcd6d..413167faf 100644 --- a/common/repositories/launcher_repository.h +++ b/common/repositories/launcher_repository.h @@ -28,18 +28,18 @@ class LauncherRepository: public BaseLauncherRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/launcher_zones_repository.h b/common/repositories/launcher_zones_repository.h index cbe3c04e8..ed0facae4 100644 --- a/common/repositories/launcher_zones_repository.h +++ b/common/repositories/launcher_zones_repository.h @@ -28,18 +28,18 @@ class LauncherZonesRepository: public BaseLauncherZonesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/ldon_trap_entries_repository.h b/common/repositories/ldon_trap_entries_repository.h index 3c406149f..9bd96ed2f 100644 --- a/common/repositories/ldon_trap_entries_repository.h +++ b/common/repositories/ldon_trap_entries_repository.h @@ -28,18 +28,18 @@ class LdonTrapEntriesRepository: public BaseLdonTrapEntriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/ldon_trap_templates_repository.h b/common/repositories/ldon_trap_templates_repository.h index 91bc6c015..636c6592f 100644 --- a/common/repositories/ldon_trap_templates_repository.h +++ b/common/repositories/ldon_trap_templates_repository.h @@ -28,18 +28,18 @@ class LdonTrapTemplatesRepository: public BaseLdonTrapTemplatesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/level_exp_mods_repository.h b/common/repositories/level_exp_mods_repository.h index 702f50eba..5e1485814 100644 --- a/common/repositories/level_exp_mods_repository.h +++ b/common/repositories/level_exp_mods_repository.h @@ -28,18 +28,18 @@ class LevelExpModsRepository: public BaseLevelExpModsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/lfguild_repository.h b/common/repositories/lfguild_repository.h index 334de2461..4552fb776 100644 --- a/common/repositories/lfguild_repository.h +++ b/common/repositories/lfguild_repository.h @@ -28,18 +28,18 @@ class LfguildRepository: public BaseLfguildRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/login_accounts_repository.h b/common/repositories/login_accounts_repository.h index c89b263f0..72eda1280 100644 --- a/common/repositories/login_accounts_repository.h +++ b/common/repositories/login_accounts_repository.h @@ -28,18 +28,18 @@ class LoginAccountsRepository: public BaseLoginAccountsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/login_api_tokens_repository.h b/common/repositories/login_api_tokens_repository.h index 730cd89bb..64aa1022d 100644 --- a/common/repositories/login_api_tokens_repository.h +++ b/common/repositories/login_api_tokens_repository.h @@ -28,18 +28,18 @@ class LoginApiTokensRepository: public BaseLoginApiTokensRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/login_server_admins_repository.h b/common/repositories/login_server_admins_repository.h index ec0354cd4..e11868d53 100644 --- a/common/repositories/login_server_admins_repository.h +++ b/common/repositories/login_server_admins_repository.h @@ -28,18 +28,18 @@ class LoginServerAdminsRepository: public BaseLoginServerAdminsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/login_server_list_types_repository.h b/common/repositories/login_server_list_types_repository.h index 99d3a11db..4a2593326 100644 --- a/common/repositories/login_server_list_types_repository.h +++ b/common/repositories/login_server_list_types_repository.h @@ -28,18 +28,18 @@ class LoginServerListTypesRepository: public BaseLoginServerListTypesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/login_world_servers_repository.h b/common/repositories/login_world_servers_repository.h index 7634293b7..4a90a696e 100644 --- a/common/repositories/login_world_servers_repository.h +++ b/common/repositories/login_world_servers_repository.h @@ -28,18 +28,18 @@ class LoginWorldServersRepository: public BaseLoginWorldServersRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/logsys_categories_repository.h b/common/repositories/logsys_categories_repository.h index 2d31a3241..1ce6fe15c 100644 --- a/common/repositories/logsys_categories_repository.h +++ b/common/repositories/logsys_categories_repository.h @@ -28,18 +28,18 @@ class LogsysCategoriesRepository: public BaseLogsysCategoriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/lootdrop_entries_repository.h b/common/repositories/lootdrop_entries_repository.h index 6de1e327c..801f9cfb5 100644 --- a/common/repositories/lootdrop_entries_repository.h +++ b/common/repositories/lootdrop_entries_repository.h @@ -28,18 +28,18 @@ class LootdropEntriesRepository: public BaseLootdropEntriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/lootdrop_repository.h b/common/repositories/lootdrop_repository.h index c51a86bb9..54ef936c0 100644 --- a/common/repositories/lootdrop_repository.h +++ b/common/repositories/lootdrop_repository.h @@ -28,18 +28,18 @@ class LootdropRepository: public BaseLootdropRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/loottable_entries_repository.h b/common/repositories/loottable_entries_repository.h index 21590f116..99c05fa0c 100644 --- a/common/repositories/loottable_entries_repository.h +++ b/common/repositories/loottable_entries_repository.h @@ -28,18 +28,18 @@ class LoottableEntriesRepository: public BaseLoottableEntriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/loottable_repository.h b/common/repositories/loottable_repository.h index dc005ebd1..489156be1 100644 --- a/common/repositories/loottable_repository.h +++ b/common/repositories/loottable_repository.h @@ -28,18 +28,18 @@ class LoottableRepository: public BaseLoottableRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/mail_repository.h b/common/repositories/mail_repository.h index 8852c019b..29c783625 100644 --- a/common/repositories/mail_repository.h +++ b/common/repositories/mail_repository.h @@ -28,18 +28,18 @@ class MailRepository: public BaseMailRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/merchantlist_repository.h b/common/repositories/merchantlist_repository.h index 0ce9f24a5..9e96290ec 100644 --- a/common/repositories/merchantlist_repository.h +++ b/common/repositories/merchantlist_repository.h @@ -28,18 +28,18 @@ class MerchantlistRepository: public BaseMerchantlistRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/merchantlist_temp_repository.h b/common/repositories/merchantlist_temp_repository.h index 4ff1040dd..4b4879fb4 100644 --- a/common/repositories/merchantlist_temp_repository.h +++ b/common/repositories/merchantlist_temp_repository.h @@ -28,18 +28,18 @@ class MerchantlistTempRepository: public BaseMerchantlistTempRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/name_filter_repository.h b/common/repositories/name_filter_repository.h index 64b7aaf7b..f476d53a8 100644 --- a/common/repositories/name_filter_repository.h +++ b/common/repositories/name_filter_repository.h @@ -28,18 +28,18 @@ class NameFilterRepository: public BaseNameFilterRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_emotes_repository.h b/common/repositories/npc_emotes_repository.h index 9e6d3ac99..65957cc57 100644 --- a/common/repositories/npc_emotes_repository.h +++ b/common/repositories/npc_emotes_repository.h @@ -28,18 +28,18 @@ class NpcEmotesRepository: public BaseNpcEmotesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_faction_entries_repository.h b/common/repositories/npc_faction_entries_repository.h index 1b418804b..5a755792e 100644 --- a/common/repositories/npc_faction_entries_repository.h +++ b/common/repositories/npc_faction_entries_repository.h @@ -28,18 +28,18 @@ class NpcFactionEntriesRepository: public BaseNpcFactionEntriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_faction_repository.h b/common/repositories/npc_faction_repository.h index 9074099c5..425063ca5 100644 --- a/common/repositories/npc_faction_repository.h +++ b/common/repositories/npc_faction_repository.h @@ -28,18 +28,18 @@ class NpcFactionRepository: public BaseNpcFactionRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_scale_global_base_repository.h b/common/repositories/npc_scale_global_base_repository.h index 9606ba04b..92ee8cf84 100644 --- a/common/repositories/npc_scale_global_base_repository.h +++ b/common/repositories/npc_scale_global_base_repository.h @@ -28,18 +28,18 @@ class NpcScaleGlobalBaseRepository: public BaseNpcScaleGlobalBaseRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_spells_effects_entries_repository.h b/common/repositories/npc_spells_effects_entries_repository.h index c63a5d506..c93e7ebfb 100644 --- a/common/repositories/npc_spells_effects_entries_repository.h +++ b/common/repositories/npc_spells_effects_entries_repository.h @@ -28,18 +28,18 @@ class NpcSpellsEffectsEntriesRepository: public BaseNpcSpellsEffectsEntriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_spells_effects_repository.h b/common/repositories/npc_spells_effects_repository.h index f1a352719..8f059976c 100644 --- a/common/repositories/npc_spells_effects_repository.h +++ b/common/repositories/npc_spells_effects_repository.h @@ -28,18 +28,18 @@ class NpcSpellsEffectsRepository: public BaseNpcSpellsEffectsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_spells_entries_repository.h b/common/repositories/npc_spells_entries_repository.h index a8d92a306..a9597fd55 100644 --- a/common/repositories/npc_spells_entries_repository.h +++ b/common/repositories/npc_spells_entries_repository.h @@ -28,18 +28,18 @@ class NpcSpellsEntriesRepository: public BaseNpcSpellsEntriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_spells_repository.h b/common/repositories/npc_spells_repository.h index 5c469e029..9df6e7214 100644 --- a/common/repositories/npc_spells_repository.h +++ b/common/repositories/npc_spells_repository.h @@ -28,18 +28,18 @@ class NpcSpellsRepository: public BaseNpcSpellsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_types_repository.h b/common/repositories/npc_types_repository.h index 4c3826e11..cbcc9e735 100644 --- a/common/repositories/npc_types_repository.h +++ b/common/repositories/npc_types_repository.h @@ -28,18 +28,18 @@ class NpcTypesRepository: public BaseNpcTypesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/npc_types_tint_repository.h b/common/repositories/npc_types_tint_repository.h index 0872f59b7..37fdb7714 100644 --- a/common/repositories/npc_types_tint_repository.h +++ b/common/repositories/npc_types_tint_repository.h @@ -28,18 +28,18 @@ class NpcTypesTintRepository: public BaseNpcTypesTintRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/object_contents_repository.h b/common/repositories/object_contents_repository.h index 03abd5bba..ed64e8162 100644 --- a/common/repositories/object_contents_repository.h +++ b/common/repositories/object_contents_repository.h @@ -28,18 +28,18 @@ class ObjectContentsRepository: public BaseObjectContentsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/object_repository.h b/common/repositories/object_repository.h index bfee7bf01..7f4ab5e17 100644 --- a/common/repositories/object_repository.h +++ b/common/repositories/object_repository.h @@ -28,18 +28,18 @@ class ObjectRepository: public BaseObjectRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/perl_event_export_settings_repository.h b/common/repositories/perl_event_export_settings_repository.h index a221d4312..3b838c410 100644 --- a/common/repositories/perl_event_export_settings_repository.h +++ b/common/repositories/perl_event_export_settings_repository.h @@ -28,18 +28,18 @@ class PerlEventExportSettingsRepository: public BasePerlEventExportSettingsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/petitions_repository.h b/common/repositories/petitions_repository.h index 3d1c4f9e2..6617527c0 100644 --- a/common/repositories/petitions_repository.h +++ b/common/repositories/petitions_repository.h @@ -28,18 +28,18 @@ class PetitionsRepository: public BasePetitionsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/pets_equipmentset_entries_repository.h b/common/repositories/pets_equipmentset_entries_repository.h index 284248cba..a9d225d9a 100644 --- a/common/repositories/pets_equipmentset_entries_repository.h +++ b/common/repositories/pets_equipmentset_entries_repository.h @@ -28,18 +28,18 @@ class PetsEquipmentsetEntriesRepository: public BasePetsEquipmentsetEntriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/pets_equipmentset_repository.h b/common/repositories/pets_equipmentset_repository.h index 45ec40bfc..5860df600 100644 --- a/common/repositories/pets_equipmentset_repository.h +++ b/common/repositories/pets_equipmentset_repository.h @@ -28,18 +28,18 @@ class PetsEquipmentsetRepository: public BasePetsEquipmentsetRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/pets_repository.h b/common/repositories/pets_repository.h index 4f5d1135e..88aadd1ec 100644 --- a/common/repositories/pets_repository.h +++ b/common/repositories/pets_repository.h @@ -28,18 +28,18 @@ class PetsRepository: public BasePetsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/player_titlesets_repository.h b/common/repositories/player_titlesets_repository.h index b77157f98..9aa21efa3 100644 --- a/common/repositories/player_titlesets_repository.h +++ b/common/repositories/player_titlesets_repository.h @@ -28,18 +28,18 @@ class PlayerTitlesetsRepository: public BasePlayerTitlesetsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/proximities_repository.h b/common/repositories/proximities_repository.h index 8940c25c1..752b1d11a 100644 --- a/common/repositories/proximities_repository.h +++ b/common/repositories/proximities_repository.h @@ -28,18 +28,18 @@ class ProximitiesRepository: public BaseProximitiesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/quest_globals_repository.h b/common/repositories/quest_globals_repository.h index b78db3fa3..a82d6adec 100644 --- a/common/repositories/quest_globals_repository.h +++ b/common/repositories/quest_globals_repository.h @@ -28,18 +28,18 @@ class QuestGlobalsRepository: public BaseQuestGlobalsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/raid_details_repository.h b/common/repositories/raid_details_repository.h index 1c1557017..325077a54 100644 --- a/common/repositories/raid_details_repository.h +++ b/common/repositories/raid_details_repository.h @@ -28,18 +28,18 @@ class RaidDetailsRepository: public BaseRaidDetailsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/raid_members_repository.h b/common/repositories/raid_members_repository.h index 89c3784d5..9b6fba9f9 100644 --- a/common/repositories/raid_members_repository.h +++ b/common/repositories/raid_members_repository.h @@ -28,18 +28,18 @@ class RaidMembersRepository: public BaseRaidMembersRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/reports_repository.h b/common/repositories/reports_repository.h index 4bc84a176..2d389028b 100644 --- a/common/repositories/reports_repository.h +++ b/common/repositories/reports_repository.h @@ -28,18 +28,18 @@ class ReportsRepository: public BaseReportsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/respawn_times_repository.h b/common/repositories/respawn_times_repository.h index 1706772d2..3aca3852a 100644 --- a/common/repositories/respawn_times_repository.h +++ b/common/repositories/respawn_times_repository.h @@ -28,18 +28,18 @@ class RespawnTimesRepository: public BaseRespawnTimesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/rule_sets_repository.h b/common/repositories/rule_sets_repository.h index 3c86f2b81..5d275e28f 100644 --- a/common/repositories/rule_sets_repository.h +++ b/common/repositories/rule_sets_repository.h @@ -28,18 +28,18 @@ class RuleSetsRepository: public BaseRuleSetsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/rule_values_repository.h b/common/repositories/rule_values_repository.h index 532dafd44..49fda8ef6 100644 --- a/common/repositories/rule_values_repository.h +++ b/common/repositories/rule_values_repository.h @@ -28,18 +28,18 @@ class RuleValuesRepository: public BaseRuleValuesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/saylink_repository.h b/common/repositories/saylink_repository.h index 27b0993f1..6618720b1 100644 --- a/common/repositories/saylink_repository.h +++ b/common/repositories/saylink_repository.h @@ -28,18 +28,18 @@ class SaylinkRepository: public BaseSaylinkRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/skill_caps_repository.h b/common/repositories/skill_caps_repository.h index da2387e9c..f55f7e164 100644 --- a/common/repositories/skill_caps_repository.h +++ b/common/repositories/skill_caps_repository.h @@ -28,18 +28,18 @@ class SkillCapsRepository: public BaseSkillCapsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spawn2_repository.h b/common/repositories/spawn2_repository.h index 5771e80d5..f83ba3bd1 100644 --- a/common/repositories/spawn2_repository.h +++ b/common/repositories/spawn2_repository.h @@ -28,18 +28,18 @@ class Spawn2Repository: public BaseSpawn2Repository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spawn_condition_values_repository.h b/common/repositories/spawn_condition_values_repository.h index 1ed0428a4..5c641cce0 100644 --- a/common/repositories/spawn_condition_values_repository.h +++ b/common/repositories/spawn_condition_values_repository.h @@ -28,18 +28,18 @@ class SpawnConditionValuesRepository: public BaseSpawnConditionValuesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spawn_conditions_repository.h b/common/repositories/spawn_conditions_repository.h index cc703099f..30f9850ef 100644 --- a/common/repositories/spawn_conditions_repository.h +++ b/common/repositories/spawn_conditions_repository.h @@ -28,18 +28,18 @@ class SpawnConditionsRepository: public BaseSpawnConditionsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spawn_events_repository.h b/common/repositories/spawn_events_repository.h index 85758b102..aa36b895b 100644 --- a/common/repositories/spawn_events_repository.h +++ b/common/repositories/spawn_events_repository.h @@ -28,18 +28,18 @@ class SpawnEventsRepository: public BaseSpawnEventsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spawnentry_repository.h b/common/repositories/spawnentry_repository.h index dc4d6cec4..a6ad875d7 100644 --- a/common/repositories/spawnentry_repository.h +++ b/common/repositories/spawnentry_repository.h @@ -28,18 +28,18 @@ class SpawnentryRepository: public BaseSpawnentryRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spawngroup_repository.h b/common/repositories/spawngroup_repository.h index a205e8fe1..b9f5e21ad 100644 --- a/common/repositories/spawngroup_repository.h +++ b/common/repositories/spawngroup_repository.h @@ -28,18 +28,18 @@ class SpawngroupRepository: public BaseSpawngroupRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spell_buckets_repository.h b/common/repositories/spell_buckets_repository.h index 630df19d1..90d2a6d1f 100644 --- a/common/repositories/spell_buckets_repository.h +++ b/common/repositories/spell_buckets_repository.h @@ -28,18 +28,18 @@ class SpellBucketsRepository: public BaseSpellBucketsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spell_globals_repository.h b/common/repositories/spell_globals_repository.h index 286b1ee5c..2d5132109 100644 --- a/common/repositories/spell_globals_repository.h +++ b/common/repositories/spell_globals_repository.h @@ -28,18 +28,18 @@ class SpellGlobalsRepository: public BaseSpellGlobalsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/spells_new_repository.h b/common/repositories/spells_new_repository.h index cb3cd7d8b..49a5497d8 100644 --- a/common/repositories/spells_new_repository.h +++ b/common/repositories/spells_new_repository.h @@ -28,18 +28,18 @@ class SpellsNewRepository: public BaseSpellsNewRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/start_zones_repository.h b/common/repositories/start_zones_repository.h index df4d9d36f..c185825f1 100644 --- a/common/repositories/start_zones_repository.h +++ b/common/repositories/start_zones_repository.h @@ -28,18 +28,18 @@ class StartZonesRepository: public BaseStartZonesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/starting_items_repository.h b/common/repositories/starting_items_repository.h index 7642fd0d1..fa18d7d16 100644 --- a/common/repositories/starting_items_repository.h +++ b/common/repositories/starting_items_repository.h @@ -28,18 +28,18 @@ class StartingItemsRepository: public BaseStartingItemsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/task_activities_repository.h b/common/repositories/task_activities_repository.h index 302c1f90f..864dff5bf 100644 --- a/common/repositories/task_activities_repository.h +++ b/common/repositories/task_activities_repository.h @@ -28,18 +28,18 @@ class TaskActivitiesRepository: public BaseTaskActivitiesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/tasks_repository.h b/common/repositories/tasks_repository.h index df5ae2482..a7e03c3a0 100644 --- a/common/repositories/tasks_repository.h +++ b/common/repositories/tasks_repository.h @@ -28,18 +28,18 @@ class TasksRepository: public BaseTasksRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/tasksets_repository.h b/common/repositories/tasksets_repository.h index ae0eb9d56..acea03204 100644 --- a/common/repositories/tasksets_repository.h +++ b/common/repositories/tasksets_repository.h @@ -28,18 +28,18 @@ class TasksetsRepository: public BaseTasksetsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/template/repository.template b/common/repositories/template/repository.template index f62f524d8..3d49157bd 100644 --- a/common/repositories/template/repository.template +++ b/common/repositories/template/repository.template @@ -28,18 +28,18 @@ class {{TABLE_NAME_CLASS}}Repository: public Base{{TABLE_NAME_CLASS}}Repository { public: - /** - * This file was auto generated on {{GENERATED_DATE}} and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on {{GENERATED_DATE}} and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/timers_repository.h b/common/repositories/timers_repository.h index 677bba968..b942a6e23 100644 --- a/common/repositories/timers_repository.h +++ b/common/repositories/timers_repository.h @@ -28,18 +28,18 @@ class TimersRepository: public BaseTimersRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/titles_repository.h b/common/repositories/titles_repository.h index b60797355..387b670ee 100644 --- a/common/repositories/titles_repository.h +++ b/common/repositories/titles_repository.h @@ -28,18 +28,18 @@ class TitlesRepository: public BaseTitlesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/trader_repository.h b/common/repositories/trader_repository.h index 6dec07c82..1e346e783 100644 --- a/common/repositories/trader_repository.h +++ b/common/repositories/trader_repository.h @@ -28,18 +28,18 @@ class TraderRepository: public BaseTraderRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/tradeskill_recipe_entries_repository.h b/common/repositories/tradeskill_recipe_entries_repository.h index f09daa4ee..6e3fe4bbf 100644 --- a/common/repositories/tradeskill_recipe_entries_repository.h +++ b/common/repositories/tradeskill_recipe_entries_repository.h @@ -28,18 +28,18 @@ class TradeskillRecipeEntriesRepository: public BaseTradeskillRecipeEntriesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/traps_repository.h b/common/repositories/traps_repository.h index 92756baa5..6b5226aa3 100644 --- a/common/repositories/traps_repository.h +++ b/common/repositories/traps_repository.h @@ -28,18 +28,18 @@ class TrapsRepository: public BaseTrapsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/tribute_levels_repository.h b/common/repositories/tribute_levels_repository.h index ab6478fc3..162d6cdb2 100644 --- a/common/repositories/tribute_levels_repository.h +++ b/common/repositories/tribute_levels_repository.h @@ -28,18 +28,18 @@ class TributeLevelsRepository: public BaseTributeLevelsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/tributes_repository.h b/common/repositories/tributes_repository.h index 04a5a4239..480d42c6c 100644 --- a/common/repositories/tributes_repository.h +++ b/common/repositories/tributes_repository.h @@ -28,18 +28,18 @@ class TributesRepository: public BaseTributesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/variables_repository.h b/common/repositories/variables_repository.h index 1ed66d94b..6e07e1bb2 100644 --- a/common/repositories/variables_repository.h +++ b/common/repositories/variables_repository.h @@ -28,18 +28,18 @@ class VariablesRepository: public BaseVariablesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/veteran_reward_templates_repository.h b/common/repositories/veteran_reward_templates_repository.h index 38f53313c..71a4592ae 100644 --- a/common/repositories/veteran_reward_templates_repository.h +++ b/common/repositories/veteran_reward_templates_repository.h @@ -28,18 +28,18 @@ class VeteranRewardTemplatesRepository: public BaseVeteranRewardTemplatesRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/zone_points_repository.h b/common/repositories/zone_points_repository.h index 72ea29688..424a54421 100644 --- a/common/repositories/zone_points_repository.h +++ b/common/repositories/zone_points_repository.h @@ -28,18 +28,18 @@ class ZonePointsRepository: public BaseZonePointsRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here diff --git a/common/repositories/zone_repository.h b/common/repositories/zone_repository.h index 4cdbf610c..d61534938 100644 --- a/common/repositories/zone_repository.h +++ b/common/repositories/zone_repository.h @@ -28,18 +28,18 @@ class ZoneRepository: public BaseZoneRepository { public: - /** - * This file was auto generated on Apr 5, 2020 and can be modified and extended upon - * - * Base repository methods are automatically - * generated in the "base" version of this repository. The base repository - * is immutable and to be left untouched, while methods in this class - * are used as extension methods for more specific persistence-layer + /** + * This file was auto generated on Apr 5, 2020 and can be modified and extended upon + * + * Base repository methods are automatically + * generated in the "base" version of this repository. The base repository + * is immutable and to be left untouched, while methods in this class + * are used as extension methods for more specific persistence-layer * accessors or mutators - * - * Base Methods (Subject to be expanded upon in time) - * - * InsertOne + * + * Base Methods (Subject to be expanded upon in time) + * + * InsertOne * UpdateOne * DeleteOne * FindOne @@ -59,7 +59,7 @@ public: * find yourself re-using logic for other parts of the code, its best to just make a * method that can be re-used easily elsewhere especially if it can use a base repository * method and encapsulate filters there - */ + */ // Custom extended repository methods here