|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
com.atlassian.crowd.util.persistence.hibernate.HibernateDao
com.atlassian.crowd.openid.server.model.EntityObjectDAOHibernate
com.atlassian.crowd.openid.server.model.profile.ProfileDAOHibernate
public class ProfileDAOHibernate
| Field Summary |
|---|
| Fields inherited from class com.atlassian.crowd.util.persistence.hibernate.HibernateDao |
|---|
batchProcessor, logger |
| Constructor Summary | |
|---|---|
ProfileDAOHibernate()
|
|
| Method Summary | |
|---|---|
Profile |
findProfileByName(java.lang.String name,
User user)
Finds a profile for a user given a specific name. |
java.lang.Class |
getPersistentClass()
All subclasses of HibernateDAO must implement this method for HibernateDao.load(long) to
work correctly |
| Methods inherited from class com.atlassian.crowd.openid.server.model.EntityObjectDAOHibernate |
|---|
findAll, save, update |
| Methods inherited from class com.atlassian.crowd.util.persistence.hibernate.HibernateDao |
|---|
load, loadReference, remove, save, saveOrUpdate, setBatchProcessor, update |
| Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport |
|---|
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
| Methods inherited from class org.springframework.dao.support.DaoSupport |
|---|
afterPropertiesSet, initDao |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.atlassian.crowd.openid.server.model.EntityObjectDAO |
|---|
findAll, save, update |
| Methods inherited from interface com.atlassian.crowd.util.persistence.hibernate.ObjectDao |
|---|
load, remove, save, update |
| Constructor Detail |
|---|
public ProfileDAOHibernate()
| Method Detail |
|---|
public Profile findProfileByName(java.lang.String name,
User user)
ProfileDAO
findProfileByName in interface ProfileDAOname - name of profile.user - owner of the profile.
public java.lang.Class getPersistentClass()
HibernateDaoHibernateDao.load(long) to
work correctly
getPersistentClass in interface ObjectDaogetPersistentClass in class HibernateDao
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||