public interface IdentityEvaluator
BusinessKeys are equal.| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqual(java.lang.Object first,
java.lang.Object second)
This method is responsible for evaluating two objects as equal using the identity.
|
boolean areEqual(java.lang.Object first,
java.lang.Object second)
first - First object in the equality.second - Second object in the equality.Copyright © 2010-2015. All Rights Reserved.