Interface HumanIdDao<T>


public interface HumanIdDao<T>
DAO with "human ID" support.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get a persisted domain object by its human ID.
  • Method Details

    • getForHid

      T getForHid(String hid)
      Get a persisted domain object by its human ID.
      Parameters:
      id - the human ID of the object to retrieve
      Returns:
      the domain object, or null if not found