public class PersistentIdSourceKey extends Object
| Constructor and Description |
|---|
PersistentIdSourceKey(String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PersistentIdSourceKey |
fromIdSourceKey(IdSourceKey key) |
String |
getName() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
public static PersistentIdSourceKey fromIdSourceKey(IdSourceKey key)
public String getName()
public Object getValue()
Copyright © 2010–2017 Hibernate. All rights reserved.