Package org.exoplatform.cs.dao
Class EnvironmentDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EnvironmentEntity,Long>
org.exoplatform.cs.dao.EnvironmentDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<EnvironmentEntity,Long>
public class EnvironmentDAO
extends org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<EnvironmentEntity,Long>
Created by The eXo Platform SAS
- Since:
- Apr 27, 2016
- Author:
- boubaker.khanfir@exoplatform.com
-
Field Summary
Fields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDefaultEnvironmentBySpace(String spaceGroupId) getEnvironmentsBySpace(String spaceGroupId) Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll