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