it.sistematica.isharedoc.persistence
Class ContactPersister<T extends Contact>

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by it.neverworks.application.data.BasePersister<T>
              extended by it.neverworks.application.data.StandardPersister<T>
                  extended by it.sistematica.isharedoc.persistence.IsharedocStandardPersister<T>
                      extended by it.sistematica.isharedoc.persistence.ContactPersister<T>
All Implemented Interfaces:
it.neverworks.data.DataAccessObject<T>, it.neverworks.data.EntityPersister<T>, it.neverworks.data.EntityPersisterFactory, org.springframework.beans.factory.InitializingBean

@Repository
public class ContactPersister<T extends Contact>
extends IsharedocStandardPersister<T>


Field Summary
 
Fields inherited from class it.sistematica.isharedoc.persistence.IsharedocStandardPersister
entities, userInfo
 
Constructor Summary
ContactPersister()
           
 
Method Summary
 void delete(Contact entity)
           
 it.neverworks.data.Finder<T> find()
           
 
Methods inherited from class it.sistematica.isharedoc.persistence.IsharedocStandardPersister
checkViolation, initPersister, insert, load, notifyEvent, save, setEntities, setUserInfo, update
 
Methods inherited from class it.neverworks.application.data.StandardPersister
buildFor
 
Methods inherited from class it.neverworks.application.data.BasePersister
create, createEntity, exec, getEntityListenerContext, getEntityType, query, query, setEntityListenerContext, setEntityType
 
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
 

Constructor Detail

ContactPersister

public ContactPersister()
Method Detail

find

public it.neverworks.data.Finder<T> find()
Specified by:
find in interface it.neverworks.data.DataAccessObject<T extends Contact>
Overrides:
find in class IsharedocStandardPersister<T extends Contact>

delete

public void delete(Contact entity)
Specified by:
delete in interface it.neverworks.data.DataAccessObject<T extends Contact>
Overrides:
delete in class it.neverworks.application.data.BasePersister<T extends Contact>