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