Module data.api
Package io.github.astrapi69.data.creatable
-
Interface Summary Interface Description ByCreatable<T,U> The interfaceByCreatable
can be implemented from an data that needs the data of the point of time from its creation and who createdCreatable<T> The interfaceCreatable
can be implemented from an data that needs the data of the point of time from its creationIdentifiableByCreatable<PK extends java.io.Serializable,T,U> The interfaceIdentifiableByCreatable
is a combination of the interfacesIdentifiable
andByCreatable
IdentifiableCreatable<PK extends java.io.Serializable,T>