Class EntityRelationMapper<E extends de.digitalcollections.model.api.identifiable.entity.Entity>

java.lang.Object
de.digitalcollections.cudami.server.backend.impl.jdbi.identifiable.entity.relation.EntityRelationMapper<E>
All Implemented Interfaces:
org.jdbi.v3.core.mapper.RowMapper<de.digitalcollections.model.api.identifiable.entity.relation.EntityRelation>

public class EntityRelationMapper<E extends de.digitalcollections.model.api.identifiable.entity.Entity>
extends java.lang.Object
implements org.jdbi.v3.core.mapper.RowMapper<de.digitalcollections.model.api.identifiable.entity.relation.EntityRelation>
  • Constructor Summary

    Constructors
    Constructor Description
    EntityRelationMapper​(E subjectEntity)  
  • Method Summary

    Modifier and Type Method Description
    de.digitalcollections.model.api.identifiable.entity.relation.EntityRelation map​(java.sql.ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jdbi.v3.core.mapper.RowMapper

    specialize
  • Constructor Details

    • EntityRelationMapper

      public EntityRelationMapper​(E subjectEntity)
  • Method Details

    • map

      public de.digitalcollections.model.api.identifiable.entity.relation.EntityRelation map​(java.sql.ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx) throws java.sql.SQLException
      Specified by:
      map in interface org.jdbi.v3.core.mapper.RowMapper<E extends de.digitalcollections.model.api.identifiable.entity.Entity>
      Throws:
      java.sql.SQLException