Uses of Class
io.github.mmm.entity.id.UuidInstantId
-
Packages that use UuidInstantId Package Description io.github.mmm.entity.id Contains API and implementation for primary keys that uniquely identify an entity. -
-
Uses of UuidInstantId in io.github.mmm.entity.id
Methods in io.github.mmm.entity.id that return UuidInstantId Modifier and Type Method Description <E> UuidInstantId<E>
UuidInstantId.Factory. create(Class<E> type, UUID id, Instant version)
static <E> UuidInstantId<E>
UuidInstantId. of(Class<E> type, UUID id)
static <E> UuidInstantId<E>
UuidInstantId. of(Class<E> type, UUID id, Instant version)
<E> UuidInstantId<E>
UuidInstantId.Factory. unmarshall(Class<E> type, String id, String version)
Methods in io.github.mmm.entity.id that return types with arguments of type UuidInstantId Modifier and Type Method Description Class<UuidInstantId<?>>
UuidInstantId.Factory. getIdClass()
-