it.sistematica.isharedoc.persistence
Class PartitionListener
java.lang.Object
it.sistematica.isharedoc.persistence.PartitionListener
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanFactoryAware
@Repository
public class PartitionListener
- extends java.lang.Object
- implements org.springframework.beans.factory.BeanFactoryAware
Field Summary |
(package private) it.neverworks.util.Configuration |
configuration
|
(package private) it.neverworks.data.EntityManager |
entities
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entities
it.neverworks.data.EntityManager entities
configuration
it.neverworks.util.Configuration configuration
PartitionListener
public PartitionListener()
setBeanFactory
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
- Specified by:
setBeanFactory
in interface org.springframework.beans.factory.BeanFactoryAware
- Throws:
org.springframework.beans.BeansException
getUserInfo
public it.neverworks.application.service.UserInfo getUserInfo()
setUserInfo
public void setUserInfo(it.neverworks.application.service.UserInfo userInfo)
save
public void save(Partition entity)
findPartition
public void findPartition(it.neverworks.hibernate.finder.StatementFinder<Partition> finder)
afterSave
public void afterSave(Partition entity)