@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface IdEqualsHashCode
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
hashKey
List of field and/or property names to use in the hashCode if id is null
|
java.lang.String[] |
includes
List of field and/or property names to include within the equals and hashCode calculations.
|
public abstract java.lang.String[] includes