Package io.github.astrapi69.data.identifiable
package io.github.astrapi69.data.identifiable
-
InterfacesClassDescriptionThe interface
GenericIdentifiable
can be implemented from a data class that have to be identifiable as the name already saysIdentifiable<PK extends Serializable>The interfaceIdentifiable
can be implemented from a data class that have to be identifiable and the type of the key isSerializable
IdGenerator<T>The interfaceIdGenerator
provides a method for get the next and the current id object