| Constructor and Description |
|---|
PersistentEntityKey(String[] columnNames,
Object[] columnValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PersistentEntityKey |
fromEntityKey(EntityKey key) |
String[] |
getColumnNames() |
Object[] |
getColumnValues() |
int |
hashCode() |
String |
toString() |
public static PersistentEntityKey fromEntityKey(EntityKey key)
public String[] getColumnNames()
public Object[] getColumnValues()
Copyright © 2010–2017 Hibernate. All rights reserved.