Class JdbiRepositoryImpl

java.lang.Object
de.digitalcollections.cudami.server.backend.impl.database.AbstractPagingAndSortingRepositoryImpl
de.digitalcollections.cudami.server.backend.impl.jdbi.JdbiRepositoryImpl
Direct Known Subclasses:
EntityRelationRepositoryImpl, IdentifiableRepositoryImpl, IdentifierRepositoryImpl, IdentifierTypeRepositoryImpl, PredicateRepositoryImpl, UserRepositoryImpl, VersionRepositoryImpl

public abstract class JdbiRepositoryImpl
extends AbstractPagingAndSortingRepositoryImpl
  • Field Details

    • dbi

      protected final org.jdbi.v3.core.Jdbi dbi
    • mappingPrefix

      protected final java.lang.String mappingPrefix
    • tableAlias

      protected final java.lang.String tableAlias
    • tableName

      protected final java.lang.String tableName
  • Constructor Details

    • JdbiRepositoryImpl

      public JdbiRepositoryImpl​(org.jdbi.v3.core.Jdbi dbi, java.lang.String tableName, java.lang.String tableAlias, java.lang.String mappingPrefix)
  • Method Details