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