Class GeoLocatioRepository

java.lang.Object
NTNU.IDATT1002.repository.AbstractRepository<GeoLocation,​java.lang.Long>
NTNU.IDATT1002.repository.GeoLocatioRepository
All Implemented Interfaces:
Repository<GeoLocation,​java.lang.Long>

public class GeoLocatioRepository
extends AbstractRepository<GeoLocation,​java.lang.Long>
GeoLocation Repository.

Implements Repository which supports regular Create, Read, Update and Delete operations.

Version:
1.0 96.04.20
Author:
madslun
See Also:
Repository