Package org.exoplatform.agenda.dao
Class EventConferenceDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventConferenceEntity,Long>
org.exoplatform.agenda.dao.EventConferenceDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EventConferenceEntity,Long>
public class EventConferenceDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventConferenceEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteCalendarConferences(long calendarId) voiddeleteEventConferences(long eventId) getEventConferences(long eventId) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
EventConferenceDAO
public EventConferenceDAO()
-
-
Method Details
-
deleteCalendarConferences
public void deleteCalendarConferences(long calendarId) -
deleteEventConferences
public void deleteEventConferences(long eventId) -
getEventConferences
-