Class EntityMerger


  • public class EntityMerger
    extends java.lang.Object
    Author:
    Romain Bioteau
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isACollectionOfEntities​(java.io.Serializable value)  
      java.io.Serializable merge​(java.io.Serializable value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • merge

        public java.io.Serializable merge​(java.io.Serializable value)
      • isACollectionOfEntities

        protected boolean isACollectionOfEntities​(java.io.Serializable value)