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 interfaceIdFactory<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 classLongInstantId.FactoryIdFactoryimplementation.static classLongVersionId.FactoryIdFactoryimplementation.static classStringInstantId.FactoryIdFactoryimplementation.static classStringVersionId.FactoryIdFactoryimplementation.static classUuidInstantId.FactoryIdFactoryimplementation.static classUuidVersionId.FactoryIdFactoryimplementation.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)
-