Package org.exoplatform.task.dao.jpa
Class UserSettingDAO
- java.lang.Object
-
- org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl<E,K>
-
- 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
public class UserSettingDAO extends CommonJPADAO<UserSetting,String> implements UserSettingHandler
- Author:
- Tuyen Nguyen The.
-
-
Field Summary
-
Fields inherited from class org.exoplatform.task.dao.jpa.CommonJPADAO
clz
-
-
Constructor Summary
Constructors Constructor Description UserSettingDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserSettinggetOrCreate(String username)-
Methods inherited from class org.exoplatform.task.dao.jpa.CommonJPADAO
buildPath, buildQuery, buildSingleCondition, cloneEntities, cloneEntity, create, find, findEntities, getCache
-
Methods inherited from class org.exoplatform.commons.persistence.impl.GenericDAOJPAImpl
count, createAll, delete, deleteAll, deleteAll, findAll, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAll
-
-
-
-
Method Detail
-
getOrCreate
public UserSetting getOrCreate(String username)
- Specified by:
getOrCreatein interfaceUserSettingHandler
-
-