it.sistematica.isharedoc.persistence
Class LocationAttributePersister<T extends LocationAttribute>
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate3.support.HibernateDaoSupport
it.neverworks.application.data.BasePersister<T>
it.neverworks.application.data.StandardPersister<T>
it.sistematica.isharedoc.persistence.IsharedocStandardPersister<T>
it.sistematica.isharedoc.persistence.LocationAttributePersister<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 LocationAttributePersister<T extends LocationAttribute>
- extends IsharedocStandardPersister<T>
Field Summary |
protected it.neverworks.data.EntityManager |
entities
|
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 |
entities
protected it.neverworks.data.EntityManager entities
LocationAttributePersister
public LocationAttributePersister()
getEntities
public it.neverworks.data.EntityManager getEntities()
find
public it.neverworks.data.Finder<T> find()
- Specified by:
find
in interface it.neverworks.data.DataAccessObject<T extends LocationAttribute>
- Overrides:
find
in class IsharedocStandardPersister<T extends LocationAttribute>
save
public void save(LocationAttribute entity)
- Specified by:
save
in interface it.neverworks.data.DataAccessObject<T extends LocationAttribute>
- Overrides:
save
in class IsharedocStandardPersister<T extends LocationAttribute>
delete
public void delete(LocationAttribute entity)
- Specified by:
delete
in interface it.neverworks.data.DataAccessObject<T extends LocationAttribute>
- Overrides:
delete
in class it.neverworks.application.data.BasePersister<T extends LocationAttribute>