@Embeddable public static class JPAStorageRecord.RecordId extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private String |
context
Context string.
|
private String |
key
Key string.
|
private static long |
serialVersionUID
serial version UID.
|
| Constructor and Description |
|---|
JPAStorageRecord.RecordId()
Default constructor.
|
JPAStorageRecord.RecordId(String ctx,
String k)
Creates a new record Id.
|
private static final long serialVersionUID
private String context
private String key
public JPAStorageRecord.RecordId()
Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.