EntityChangesLogger

Simple implementation of EntityChangesSubscriber that just logs out the EntityChanges 's EntityChanges#getDto() DTO to a debug log.

API

EntityChangesLogger.java
class EntityChangesLogger {
  boolean isEnabled()
  void onChanging(EntityChanges changingEntities)
}