Uses of Interface
com.atlassian.crowd.model.token.TokenDAOPersistence

Packages that use TokenDAOPersistence
com.atlassian.crowd.model.token   
 

Uses of TokenDAOPersistence in com.atlassian.crowd.model.token
 

Classes in com.atlassian.crowd.model.token that implement TokenDAOPersistence
 class TokenDAOHibernate
           
 class TokenDAOMemory
          An in-memory implementation of the TokenDAO.
 

Methods in com.atlassian.crowd.model.token with parameters of type TokenDAOPersistence
protected  void TokenDAOProxy.move(TokenDAOPersistence to, TokenDAOPersistence from)
          Copies tokens from hibernate to in-memory DAO or vice versa, and upon success deletes the tokens from the source.
 

Constructors in com.atlassian.crowd.model.token with parameters of type TokenDAOPersistence
TokenDAOProxy(boolean initialUseIsMemory, TokenDAOPersistence daoMemory, TokenDAOPersistence daoHibernate, PropertyManager propertyManager)
           
TokenDAOProxy(TokenDAOPersistence daoMemory, TokenDAOPersistence daoHibernate, PropertyManager propertyManager)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.