Package org.exoplatform.task.dao.jpa
Class UserSettingDAO
java.lang.Object
org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<UserSetting,String>
org.exoplatform.task.dao.jpa.CommonJPADAO<UserSetting,String>
org.exoplatform.task.dao.jpa.UserSettingDAO
- All Implemented Interfaces:
org.exoplatform.commons.api.persistence.GenericDAO<UserSetting,,String> UserSettingHandler
-
Field Summary
Fields inherited from class org.exoplatform.task.dao.jpa.CommonJPADAO
clzFields inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
modelClass -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exoplatform.task.dao.jpa.CommonJPADAO
buildCountQuery, buildPath, buildQuery, buildSingleCondition, cloneEntities, cloneEntity, create, find, findEntities, getCacheMethods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, createAll, delete, deleteAll, deleteAll, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Constructor Details
-
UserSettingDAO
public UserSettingDAO()
-
-
Method Details
-
getOrCreate
- Specified by:
getOrCreatein interfaceUserSettingHandler
-