All Implemented Interfaces:
IdentifiableRepository<de.digitalcollections.model.api.identifiable.resource.TextFileResource>, FileResourceMetadataRepository<de.digitalcollections.model.api.identifiable.resource.TextFileResource>, TextFileResourceRepository

@Repository
public class TextFileResourceRepositoryImpl
extends FileResourceMetadataRepositoryImpl<de.digitalcollections.model.api.identifiable.resource.TextFileResource>
implements TextFileResourceRepository
  • Field Details

  • Constructor Details

    • TextFileResourceRepositoryImpl

      @Autowired public TextFileResourceRepositoryImpl​(org.jdbi.v3.core.Jdbi dbi, IdentifierRepository identifierRepository)
  • 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()