Class LinkDAO

java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<LinkEntity,Long>
io.meeds.social.link.dao.LinkDAO
All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<LinkEntity,Long>

public class LinkDAO extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<LinkEntity,Long>
  • Field Summary

    Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl

    modelClass
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     

    Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl

    count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LinkDAO

      public LinkDAO()
  • Method Details

    • getLinks

      public List<LinkEntity> getLinks(String name)
    • getLinkSettingByLinkId

      public long getLinkSettingByLinkId(long linkId)