Uses of Class
ch.sahits.game.test.database.ShipMongoDBRecord
-
Packages that use ShipMongoDBRecord Package Description ch.sahits.game.test.database -
-
Uses of ShipMongoDBRecord in ch.sahits.game.test.database
Methods in ch.sahits.game.test.database that return types with arguments of type ShipMongoDBRecord Modifier and Type Method Description java.util.List<ShipMongoDBRecord>
FleetMongoDBRepository. findAllByPlayerUuid(java.lang.String playerUuid)
java.util.List<ShipMongoDBRecord>
FleetMongoDBRepository. findAllByPlayerUuidAndDateBetweenOrderByDate(java.lang.String playerUuid, java.time.LocalDate startDate, java.time.LocalDate endDate)
Find all recods of a player between two dates (exclusive)Method parameters in ch.sahits.game.test.database with type arguments of type ShipMongoDBRecord Modifier and Type Method Description private void
DBInvestigationStarter. checkMongoDBDumpAndRestore(java.util.List<ShipMongoDBRecord> allMongoDBRecordsBeforeRestoring)
-