it.biobytes.ammentos.util
Class Diff

java.lang.Object
  extended by it.biobytes.ammentos.util.Diff

public class Diff
extends java.lang.Object

Author:
davide

Method Summary
static
<T> java.util.List<Field>
diff(java.lang.Class<T> c, T obj1, T obj2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

diff

public static <T> java.util.List<Field> diff(java.lang.Class<T> c,
                                             T obj1,
                                             T obj2)
                                  throws PersistenceException
Throws:
PersistenceException