@Embeddable public static class JPAStorageRecord.RecordId extends Object implements Serializable
Constructor and Description |
---|
RecordId()
Default constructor.
|
RecordId(String ctx,
String k)
Creates a new record Id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContext()
Returns the context.
|
String |
getKey()
Returns the key.
|
int |
hashCode() |
void |
setContext(String ctx)
Sets the context.
|
void |
setKey(String k)
Sets the key.
|
Copyright © 2018. All rights reserved.