Interface ReloadableEntityObjectRepository<T extends org.dspace.core.ReloadableEntity<PK>,​PK extends Serializable>

    • Method Detail

      • findDomainObjectByPk

        T findDomainObjectByPk​(org.dspace.core.Context context,
                               PK id)
                        throws SQLException
        Parameters:
        context - the DSpace context
        id - the primary key shared between the rest and dspace api object
        Returns:
        the dspace api model object related to the specified id
        Throws:
        SQLException - if a database error occurs
      • getPKClass

        Class<PK> getPKClass()
        Returns:
        the class of the primary key