All Implemented Interfaces:
EntityRepository<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>, GeoLocationRepository, IdentifiableRepository<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>

@Repository
public class GeoLocationRepositoryImpl
extends EntityRepositoryImpl<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>
implements GeoLocationRepository
  • Field Details

  • Constructor Details

  • Method Details

    • getSqlInsertFields

      public static java.lang.String getSqlInsertFields()
    • getSqlInsertValues

      public static java.lang.String getSqlInsertValues()
    • getSqlSelectAllFields

      public static java.lang.String getSqlSelectAllFields​(java.lang.String tableAlias, java.lang.String mappingPrefix)
    • getSqlSelectReducedFields

      public static java.lang.String getSqlSelectReducedFields​(java.lang.String tableAlias, java.lang.String mappingPrefix)
    • getSqlUpdateFieldValues

      public static java.lang.String getSqlUpdateFieldValues()
    • save

      public de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation save​(de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation geoLocation)
      Specified by:
      save in interface IdentifiableRepository<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>
    • update

      public de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation update​(de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation geoLocation)
      Specified by:
      update in interface IdentifiableRepository<de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation>