Interface ContainerDAO

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

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

    Modifier and Type
    Method
    Description
    void
     
     

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

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