Class TrackingListener


  • public class TrackingListener
    extends Object
    Some of the field values in Tracking based embeddables are represented in the Java entity classes as object structures, but are saved in the database as JSON. This Jpa listener facilitates the maintenance of those fields during persistence, as well as loading.
    Author:
    Jeff Fischer
    • Constructor Detail

      • TrackingListener

        public TrackingListener()
    • Method Detail

      • init

        public void init​(Object entity)
      • load

        public void load​(Object entity)