Interface DataObjectIdentifier.WithKey<T extends EntryObject<T,K>,K extends Key<T>>

Type Parameters:
T - EntryObject type
K - Key type
All Superinterfaces:
BindingInstanceIdentifier, DataObjectIdentifier<T>, DataObjectReference<T>, DataObjectReference.WithKey<T,K>, Immutable, KeyAware<K>, Serializable
All Known Implementing Classes:
DataObjectIdentifierWithKey
Enclosing interface:
DataObjectIdentifier<T extends DataObject>

public static sealed interface DataObjectIdentifier.WithKey<T extends EntryObject<T,K>,K extends Key<T>> extends DataObjectIdentifier<T>, DataObjectReference.WithKey<T,K> permits DataObjectIdentifierWithKey<T,K>