public static final class ObjectIdGenerator.IdKey
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
key
Object for which Object Id was generated: can NOT be null.
|
java.lang.Class<?> |
scope
Scope of the Object Id (may be null, to denote global)
|
java.lang.Class<?> |
type
Type of
ObjectIdGenerator used for generating Object Id |
Constructor and Description |
---|
ObjectIdGenerator.IdKey(java.lang.Class<?> type,
java.lang.Class<?> scope,
java.lang.Object key) |
public final java.lang.Class<?> type
ObjectIdGenerator
used for generating Object Idpublic final java.lang.Class<?> scope
public final java.lang.Object key