Package net.solarnetwork.central.dao
Interface HumanIdDao<T>
public interface HumanIdDao<T>
DAO with "human ID" support.
-
Method Summary
-
Method Details
-
getForHid
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
-