Package org.exoplatform.agenda.dao
Class EventDateOptionDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDateOptionEntity,Long>
org.exoplatform.agenda.dao.EventDateOptionDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EventDateOptionEntity,Long>
public class EventDateOptionDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDateOptionEntity,Long>
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(EventDateOptionEntity entity) voiddeleteEventDateOptions(long eventId) findDateOptionsByEventId(long eventId) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
Constructor Details
-
EventDateOptionDAO
-
-
Method Details
-
deleteEventDateOptions
public void deleteEventDateOptions(long eventId) -
delete
- Specified by:
deletein interfaceorg.exoplatform.commons.api.persistence.GenericDAO<EventDateOptionEntity,Long> - Overrides:
deletein classorg.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EventDateOptionEntity,Long>
-
findDateOptionsByEventId
-