Uses of Interface
io.github.mmm.entity.id.IdMapper
-
Packages that use IdMapper Package Description io.github.mmm.entity.id Contains API and implementation for primary keys that uniquely identify an entity. -
-
Uses of IdMapper in io.github.mmm.entity.id
Subinterfaces of IdMapper in io.github.mmm.entity.id Modifier and Type Interface Description interface
IdFactory<I,V extends Comparable<?>,ID extends AbstractId<?,I,V>>
Factory to #createClasses in io.github.mmm.entity.id that implement IdMapper Modifier and Type Class Description static class
LongInstantId.Factory
IdFactory
implementation.static class
LongVersionId.Factory
IdFactory
implementation.static class
StringInstantId.Factory
IdFactory
implementation.static class
StringVersionId.Factory
IdFactory
implementation.static class
UuidInstantId.Factory
IdFactory
implementation.static class
UuidVersionId.Factory
IdFactory
implementation.Methods in io.github.mmm.entity.id with parameters of type IdMapper Modifier and Type Method Description static <E> Id<E>
IdMarshaller. readId(StructuredReader reader, IdMapper mapper, Class<E> type)
-