mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 09:31:30 +00:00
Fix comment formatting [skip ci]
This commit is contained in:
parent
c978ca65a4
commit
725ad9ddf5
@ -28,18 +28,18 @@
|
|||||||
class AaAbilityRepository: public BaseAaAbilityRepository {
|
class AaAbilityRepository: public BaseAaAbilityRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AaRankEffectsRepository: public BaseAaRankEffectsRepository {
|
class AaRankEffectsRepository: public BaseAaRankEffectsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AaRankPrereqsRepository: public BaseAaRankPrereqsRepository {
|
class AaRankPrereqsRepository: public BaseAaRankPrereqsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AaRanksRepository: public BaseAaRanksRepository {
|
class AaRanksRepository: public BaseAaRanksRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AccountFlagsRepository: public BaseAccountFlagsRepository {
|
class AccountFlagsRepository: public BaseAccountFlagsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AccountIpRepository: public BaseAccountIpRepository {
|
class AccountIpRepository: public BaseAccountIpRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AccountRepository: public BaseAccountRepository {
|
class AccountRepository: public BaseAccountRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AccountRewardsRepository: public BaseAccountRewardsRepository {
|
class AccountRewardsRepository: public BaseAccountRewardsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AdventureDetailsRepository: public BaseAdventureDetailsRepository {
|
class AdventureDetailsRepository: public BaseAdventureDetailsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AdventureMembersRepository: public BaseAdventureMembersRepository {
|
class AdventureMembersRepository: public BaseAdventureMembersRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AdventureStatsRepository: public BaseAdventureStatsRepository {
|
class AdventureStatsRepository: public BaseAdventureStatsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AdventureTemplateEntryFlavorRepository: public BaseAdventureTemplateEntryFlavorRepository {
|
class AdventureTemplateEntryFlavorRepository: public BaseAdventureTemplateEntryFlavorRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AdventureTemplateEntryRepository: public BaseAdventureTemplateEntryRepository {
|
class AdventureTemplateEntryRepository: public BaseAdventureTemplateEntryRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AdventureTemplateRepository: public BaseAdventureTemplateRepository {
|
class AdventureTemplateRepository: public BaseAdventureTemplateRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AlternateCurrencyRepository: public BaseAlternateCurrencyRepository {
|
class AlternateCurrencyRepository: public BaseAlternateCurrencyRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class AurasRepository: public BaseAurasRepository {
|
class AurasRepository: public BaseAurasRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class BannedIpsRepository: public BaseBannedIpsRepository {
|
class BannedIpsRepository: public BaseBannedIpsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class BaseDataRepository: public BaseBaseDataRepository {
|
class BaseDataRepository: public BaseBaseDataRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class BlockedSpellsRepository: public BaseBlockedSpellsRepository {
|
class BlockedSpellsRepository: public BaseBlockedSpellsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class BooksRepository: public BaseBooksRepository {
|
class BooksRepository: public BaseBooksRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class BugReportsRepository: public BaseBugReportsRepository {
|
class BugReportsRepository: public BaseBugReportsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class BugsRepository: public BaseBugsRepository {
|
class BugsRepository: public BaseBugsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class BuyerRepository: public BaseBuyerRepository {
|
class BuyerRepository: public BaseBuyerRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharCreateCombinationsRepository: public BaseCharCreateCombinationsRepository {
|
class CharCreateCombinationsRepository: public BaseCharCreateCombinationsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharCreatePointAllocationsRepository: public BaseCharCreatePointAllocationsRepository {
|
class CharCreatePointAllocationsRepository: public BaseCharCreatePointAllocationsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharRecipeListRepository: public BaseCharRecipeListRepository {
|
class CharRecipeListRepository: public BaseCharRecipeListRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterActivitiesRepository: public BaseCharacterActivitiesRepository {
|
class CharacterActivitiesRepository: public BaseCharacterActivitiesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterAltCurrencyRepository: public BaseCharacterAltCurrencyRepository {
|
class CharacterAltCurrencyRepository: public BaseCharacterAltCurrencyRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterAlternateAbilitiesRepository: public BaseCharacterAlternateAbilitiesRepository {
|
class CharacterAlternateAbilitiesRepository: public BaseCharacterAlternateAbilitiesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterAurasRepository: public BaseCharacterAurasRepository {
|
class CharacterAurasRepository: public BaseCharacterAurasRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterBandolierRepository: public BaseCharacterBandolierRepository {
|
class CharacterBandolierRepository: public BaseCharacterBandolierRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterBindRepository: public BaseCharacterBindRepository {
|
class CharacterBindRepository: public BaseCharacterBindRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterBuffsRepository: public BaseCharacterBuffsRepository {
|
class CharacterBuffsRepository: public BaseCharacterBuffsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterCorpseItemsRepository: public BaseCharacterCorpseItemsRepository {
|
class CharacterCorpseItemsRepository: public BaseCharacterCorpseItemsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterCorpsesRepository: public BaseCharacterCorpsesRepository {
|
class CharacterCorpsesRepository: public BaseCharacterCorpsesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterCurrencyRepository: public BaseCharacterCurrencyRepository {
|
class CharacterCurrencyRepository: public BaseCharacterCurrencyRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterDataRepository: public BaseCharacterDataRepository {
|
class CharacterDataRepository: public BaseCharacterDataRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterDisciplinesRepository: public BaseCharacterDisciplinesRepository {
|
class CharacterDisciplinesRepository: public BaseCharacterDisciplinesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterInspectMessagesRepository: public BaseCharacterInspectMessagesRepository {
|
class CharacterInspectMessagesRepository: public BaseCharacterInspectMessagesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterItemRecastRepository: public BaseCharacterItemRecastRepository {
|
class CharacterItemRecastRepository: public BaseCharacterItemRecastRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterLanguagesRepository: public BaseCharacterLanguagesRepository {
|
class CharacterLanguagesRepository: public BaseCharacterLanguagesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterLeadershipAbilitiesRepository: public BaseCharacterLeadershipAbilitiesRepository {
|
class CharacterLeadershipAbilitiesRepository: public BaseCharacterLeadershipAbilitiesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterMaterialRepository: public BaseCharacterMaterialRepository {
|
class CharacterMaterialRepository: public BaseCharacterMaterialRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterMemmedSpellsRepository: public BaseCharacterMemmedSpellsRepository {
|
class CharacterMemmedSpellsRepository: public BaseCharacterMemmedSpellsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterPetBuffsRepository: public BaseCharacterPetBuffsRepository {
|
class CharacterPetBuffsRepository: public BaseCharacterPetBuffsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterPetInfoRepository: public BaseCharacterPetInfoRepository {
|
class CharacterPetInfoRepository: public BaseCharacterPetInfoRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterPetInventoryRepository: public BaseCharacterPetInventoryRepository {
|
class CharacterPetInventoryRepository: public BaseCharacterPetInventoryRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterPotionbeltRepository: public BaseCharacterPotionbeltRepository {
|
class CharacterPotionbeltRepository: public BaseCharacterPotionbeltRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterSkillsRepository: public BaseCharacterSkillsRepository {
|
class CharacterSkillsRepository: public BaseCharacterSkillsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterSpellsRepository: public BaseCharacterSpellsRepository {
|
class CharacterSpellsRepository: public BaseCharacterSpellsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterTasksRepository: public BaseCharacterTasksRepository {
|
class CharacterTasksRepository: public BaseCharacterTasksRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CharacterTributeRepository: public BaseCharacterTributeRepository {
|
class CharacterTributeRepository: public BaseCharacterTributeRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class ChatchannelsRepository: public BaseChatchannelsRepository {
|
class ChatchannelsRepository: public BaseChatchannelsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CommandSettingsRepository: public BaseCommandSettingsRepository {
|
class CommandSettingsRepository: public BaseCommandSettingsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class CompletedTasksRepository: public BaseCompletedTasksRepository {
|
class CompletedTasksRepository: public BaseCompletedTasksRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class DataBucketsRepository: public BaseDataBucketsRepository {
|
class DataBucketsRepository: public BaseDataBucketsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class DbStrRepository: public BaseDbStrRepository {
|
class DbStrRepository: public BaseDbStrRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class DiscoveredItemsRepository: public BaseDiscoveredItemsRepository {
|
class DiscoveredItemsRepository: public BaseDiscoveredItemsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class DoorsRepository: public BaseDoorsRepository {
|
class DoorsRepository: public BaseDoorsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class EventlogRepository: public BaseEventlogRepository {
|
class EventlogRepository: public BaseEventlogRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class FactionBaseDataRepository: public BaseFactionBaseDataRepository {
|
class FactionBaseDataRepository: public BaseFactionBaseDataRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class FactionListModRepository: public BaseFactionListModRepository {
|
class FactionListModRepository: public BaseFactionListModRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class FactionListRepository: public BaseFactionListRepository {
|
class FactionListRepository: public BaseFactionListRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class FactionValuesRepository: public BaseFactionValuesRepository {
|
class FactionValuesRepository: public BaseFactionValuesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class FishingRepository: public BaseFishingRepository {
|
class FishingRepository: public BaseFishingRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class ForageRepository: public BaseForageRepository {
|
class ForageRepository: public BaseForageRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class FriendsRepository: public BaseFriendsRepository {
|
class FriendsRepository: public BaseFriendsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GlobalLootRepository: public BaseGlobalLootRepository {
|
class GlobalLootRepository: public BaseGlobalLootRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GmIpsRepository: public BaseGmIpsRepository {
|
class GmIpsRepository: public BaseGmIpsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GoallistsRepository: public BaseGoallistsRepository {
|
class GoallistsRepository: public BaseGoallistsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GraveyardRepository: public BaseGraveyardRepository {
|
class GraveyardRepository: public BaseGraveyardRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GroundSpawnsRepository: public BaseGroundSpawnsRepository {
|
class GroundSpawnsRepository: public BaseGroundSpawnsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GroupIdRepository: public BaseGroupIdRepository {
|
class GroupIdRepository: public BaseGroupIdRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GroupLeadersRepository: public BaseGroupLeadersRepository {
|
class GroupLeadersRepository: public BaseGroupLeadersRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GuildMembersRepository: public BaseGuildMembersRepository {
|
class GuildMembersRepository: public BaseGuildMembersRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GuildRanksRepository: public BaseGuildRanksRepository {
|
class GuildRanksRepository: public BaseGuildRanksRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GuildRelationsRepository: public BaseGuildRelationsRepository {
|
class GuildRelationsRepository: public BaseGuildRelationsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class GuildsRepository: public BaseGuildsRepository {
|
class GuildsRepository: public BaseGuildsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class HackersRepository: public BaseHackersRepository {
|
class HackersRepository: public BaseHackersRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class HorsesRepository: public BaseHorsesRepository {
|
class HorsesRepository: public BaseHorsesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class InstanceListPlayerRepository: public BaseInstanceListPlayerRepository {
|
class InstanceListPlayerRepository: public BaseInstanceListPlayerRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class InstanceListRepository: public BaseInstanceListRepository {
|
class InstanceListRepository: public BaseInstanceListRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class InventoryRepository: public BaseInventoryRepository {
|
class InventoryRepository: public BaseInventoryRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class InventorySnapshotsRepository: public BaseInventorySnapshotsRepository {
|
class InventorySnapshotsRepository: public BaseInventorySnapshotsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class IpExemptionsRepository: public BaseIpExemptionsRepository {
|
class IpExemptionsRepository: public BaseIpExemptionsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class ItemTickRepository: public BaseItemTickRepository {
|
class ItemTickRepository: public BaseItemTickRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class ItemsRepository: public BaseItemsRepository {
|
class ItemsRepository: public BaseItemsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LauncherRepository: public BaseLauncherRepository {
|
class LauncherRepository: public BaseLauncherRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LauncherZonesRepository: public BaseLauncherZonesRepository {
|
class LauncherZonesRepository: public BaseLauncherZonesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LdonTrapEntriesRepository: public BaseLdonTrapEntriesRepository {
|
class LdonTrapEntriesRepository: public BaseLdonTrapEntriesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LdonTrapTemplatesRepository: public BaseLdonTrapTemplatesRepository {
|
class LdonTrapTemplatesRepository: public BaseLdonTrapTemplatesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LevelExpModsRepository: public BaseLevelExpModsRepository {
|
class LevelExpModsRepository: public BaseLevelExpModsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LfguildRepository: public BaseLfguildRepository {
|
class LfguildRepository: public BaseLfguildRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LoginAccountsRepository: public BaseLoginAccountsRepository {
|
class LoginAccountsRepository: public BaseLoginAccountsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LoginApiTokensRepository: public BaseLoginApiTokensRepository {
|
class LoginApiTokensRepository: public BaseLoginApiTokensRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LoginServerAdminsRepository: public BaseLoginServerAdminsRepository {
|
class LoginServerAdminsRepository: public BaseLoginServerAdminsRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LoginServerListTypesRepository: public BaseLoginServerListTypesRepository {
|
class LoginServerListTypesRepository: public BaseLoginServerListTypesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LoginWorldServersRepository: public BaseLoginWorldServersRepository {
|
class LoginWorldServersRepository: public BaseLoginWorldServersRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LogsysCategoriesRepository: public BaseLogsysCategoriesRepository {
|
class LogsysCategoriesRepository: public BaseLogsysCategoriesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
@ -28,18 +28,18 @@
|
|||||||
class LootdropEntriesRepository: public BaseLootdropEntriesRepository {
|
class LootdropEntriesRepository: public BaseLootdropEntriesRepository {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
* This file was auto generated on Apr 5, 2020 and can be modified and extended upon
|
||||||
*
|
*
|
||||||
* Base repository methods are automatically
|
* Base repository methods are automatically
|
||||||
* generated in the "base" version of this repository. The base repository
|
* generated in the "base" version of this repository. The base repository
|
||||||
* is immutable and to be left untouched, while methods in this class
|
* is immutable and to be left untouched, while methods in this class
|
||||||
* are used as extension methods for more specific persistence-layer
|
* are used as extension methods for more specific persistence-layer
|
||||||
* accessors or mutators
|
* accessors or mutators
|
||||||
*
|
*
|
||||||
* Base Methods (Subject to be expanded upon in time)
|
* Base Methods (Subject to be expanded upon in time)
|
||||||
*
|
*
|
||||||
* InsertOne
|
* InsertOne
|
||||||
* UpdateOne
|
* UpdateOne
|
||||||
* DeleteOne
|
* DeleteOne
|
||||||
* FindOne
|
* FindOne
|
||||||
@ -59,7 +59,7 @@ public:
|
|||||||
* find yourself re-using logic for other parts of the code, its best to just make a
|
* 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 that can be re-used easily elsewhere especially if it can use a base repository
|
||||||
* method and encapsulate filters there
|
* method and encapsulate filters there
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Custom extended repository methods here
|
// Custom extended repository methods here
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user