Uses of Class
ch.sahits.game.test.database.ShipH2Record
-
Packages that use ShipH2Record Package Description ch.sahits.game.test.database -
-
Uses of ShipH2Record in ch.sahits.game.test.database
Methods in ch.sahits.game.test.database that return types with arguments of type ShipH2Record Modifier and Type Method Description java.util.List<ShipH2Record>
FleetH2Repository. findAllByPlayerUuid(java.lang.String playerUuid)
java.util.List<ShipH2Record>
FleetH2Repository. 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 ShipH2Record Modifier and Type Method Description private void
DBInvestigationStarter. checkH2DumpAndRestore(java.lang.Iterable<ShipH2Record> allH2RecordsBeforeRestoring)
-