net.sf.sail.webapp.dao.authentication.impl
Class HibernateAclEntryDao

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by net.sf.sail.webapp.dao.impl.AbstractHibernateDao<ImmutableAclEntry>
              extended by net.sf.sail.webapp.dao.authentication.impl.HibernateAclEntryDao
All Implemented Interfaces:
AclEntryDao<ImmutableAclEntry>, SimpleDao<ImmutableAclEntry>, org.springframework.beans.factory.InitializingBean

public class HibernateAclEntryDao
extends AbstractHibernateDao<ImmutableAclEntry>
implements AclEntryDao<ImmutableAclEntry>

A dao for PersistentAclEntry. This class is not being used. Tried to implement Hibernate versions of the acl services and became bogged down, so went back to jdbc versions. Keeping this class around in case we want to try again later.

Version:
$Id$
Author:
Cynick Young

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
HibernateAclEntryDao()
           
 
Method Summary
protected  Class<? extends ImmutableAclEntry> getDataObjectClass()
          Gets the class of the persistent entity.
protected  String getFindAllQuery()
          Gets a string that will perform a query to retrieve all available objects from the persistent data store.
 
Methods inherited from class net.sf.sail.webapp.dao.impl.AbstractHibernateDao
delete, getById, getList, save
 
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 net.sf.sail.webapp.dao.SimpleDao
delete, getById, getList, save
 

Constructor Detail

HibernateAclEntryDao

public HibernateAclEntryDao()
Method Detail

getDataObjectClass

protected Class<? extends ImmutableAclEntry> getDataObjectClass()
Description copied from class: AbstractHibernateDao
Gets the class of the persistent entity.

Specified by:
getDataObjectClass in class AbstractHibernateDao<ImmutableAclEntry>
Returns:
the Class
See Also:
AbstractHibernateDao.getDataObjectClass()

getFindAllQuery

protected String getFindAllQuery()
Description copied from class: AbstractHibernateDao
Gets a string that will perform a query to retrieve all available objects from the persistent data store.

Specified by:
getFindAllQuery in class AbstractHibernateDao<ImmutableAclEntry>
Returns:
String query
See Also:
AbstractHibernateDao.getFindAllQuery()


Copyright © 2012. All Rights Reserved.