public class SerializableRowKey extends Object implements Externalizable
RowKey objects in Ehcache.| Constructor and Description |
|---|
SerializableRowKey() |
SerializableRowKey(RowKey key) |
| 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 SerializableRowKey()
public SerializableRowKey(RowKey key)
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-2015 Hibernate. All Rights Reserved.