Class IdentifierTypeRepositoryImpl

    • Constructor Detail

      • IdentifierTypeRepositoryImpl

        @Autowired
        public IdentifierTypeRepositoryImpl​(org.jdbi.v3.core.Jdbi dbi)
    • Method Detail

      • find

        public de.digitalcollections.model.paging.PageResponse<de.digitalcollections.model.identifiable.IdentifierType> find​(de.digitalcollections.model.paging.PageRequest pageRequest)
        Specified by:
        find in interface IdentifierTypeRepository
      • getColumnName

        protected String getColumnName​(String modelProperty)
        Specified by:
        getColumnName in class AbstractPagingAndSortingRepositoryImpl
        Parameters:
        modelProperty - name of model property passed as String, e.g. "lastModified"
        Returns:
        full qualified column name as used in sql queries ("last_modified" or e.g. "w.last_modified" if prefix used in queries)
      • save

        public de.digitalcollections.model.identifiable.IdentifierType save​(de.digitalcollections.model.identifiable.IdentifierType identifierType)
        Specified by:
        save in interface IdentifierTypeRepository
      • update

        public de.digitalcollections.model.identifiable.IdentifierType update​(de.digitalcollections.model.identifiable.IdentifierType identifierType)
        Specified by:
        update in interface IdentifierTypeRepository