Try to use Hibernate events configured through Spring to fire changes to the model.
authorm.doering <m.doering@localhost>
Tue, 2 Oct 2007 18:02:55 +0000 (18:02 +0000)
committerm.doering <m.doering@localhost>
Tue, 2 Oct 2007 18:02:55 +0000 (18:02 +0000)
commit53d05e632b3ae8898e05532629a6dc03c0f10c0b
treedd23c13187a91cb90660e91c24ff21a53d7e74fe
parentd215a05afacd62c6df1b1599b8d7c9b67acece55
Try to use Hibernate events configured through Spring to fire changes to the model.
See CdmChangeListener
.gitattributes
cdmlibrary/editCdm.hibernate.cfg.xml
cdmlibrary/editCdm.spring.cfg.xml
cdmlibrary/src/eu/etaxonomy/cdm/api/application/CdmApplicationController.java
cdmlibrary/src/eu/etaxonomy/cdm/event/CdmChangeListener.java [new file with mode: 0644]
cdmlibrary/src/eu/etaxonomy/cdm/event/MyLoadListener.java [new file with mode: 0644]
cdmlibrary/src/eu/etaxonomy/cdm/model/common/VersionableEntity.java
cdmlibrary/test/eu/etaxonomy/cdm/functiontest/SpringControl.java