public class PerTableSerializableAssociationKey extends Object implements Externalizable
AssociationKey objects in Ehcache.| Constructor and Description |
|---|
PerTableSerializableAssociationKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getColumnNames() |
Object[] |
getColumnValues() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public String[] getColumnNames()
public Object[] getColumnValues()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2010–2016 Hibernate. All rights reserved.