private static final class EntityRegistration.UniqueKey extends Object
Modifier and Type | Field and Description |
---|---|
private int |
hashCode |
private static int |
HASHCODE_MULTIPLIER |
private String[] |
properties |
private Object[] |
values |
Constructor and Description |
---|
UniqueKey(String[] properties,
Object[] values)
Creates a new instance of
EntityRegistration.UniqueKey . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String[] |
getProperties() |
Object[] |
getValues() |
int |
hashCode() |
String |
toString() |
private static final int HASHCODE_MULTIPLIER
private final String[] properties
private final Object[] values
private final int hashCode
UniqueKey(String[] properties, Object[] values)
EntityRegistration.UniqueKey
.properties
- the names of the properties that make up the keyvalues
- the values of the properties that make up the key@Generated(value="lombok") public String[] getProperties()
@Generated(value="lombok") public Object[] getValues()
Copyright © 2022 fastnate.org. All rights reserved.