Interface SolarNodeDao

All Superinterfaces:
FilterableDao<SolarNodeFilterMatch,Long,SolarNodeFilter>, GenericDao<SolarNode,Long>
All Known Implementing Classes:
MyBatisSolarNodeDao

DAO API for SolarNode data.
  • Method Details

    • getUnusedNodeId

      Long getUnusedNodeId()
      Get an unused node ID value.

      Once an ID has been returned by this method, that ID will never be returned again.

      Returns:
      an unused node ID