Interface Ref<ID,E>
-
- Type Parameters:
ID
- generic type ofID
.E
- generic type of the referencedentity
. For flexibility not technically bound toGenericEntity
so it can also be used for an external entity not satisfying any requirements.
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
GenericIdRef
,IdRef
public interface Ref<ID,E> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ID
getId()
-