This HistoryEventProducer is aware of the {@link DbEntityManager} cacheand works in combination with the {@link DbHistoryEventHandler}.
13721373137413751376137713781379
// history handlers ///////////////////////////////////////////////////// protected void initHistoryEventProducer() { if(historyEventProducer == null) { historyEventProducer = new CacheAwareHistoryEventProducer(); } }
13601361136213631364136513661367