Interface NodeDAO

All Superinterfaces:
org.exoplatform.commons.api.persistence.GenericDAO<NodeEntity,Long>
All Known Implementing Classes:
NodeDAOImpl

public interface NodeDAO extends org.exoplatform.commons.api.persistence.GenericDAO<NodeEntity,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO

    count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll