Package dev.claudio.jpatemporal.annotation
package dev.claudio.jpatemporal.annotation
-
Annotation Interfaces SummaryAnnotation InterfaceDescriptionAnnotation to enable JPA repositories and the TemporalRepository extension.Specifies the inclusive start
Instantof when the entity has become valid.Specifies the "primary key" attribute of an entity that is always non-null and there can be no other entity with the same key at any point in time.Specifies the exclusive endInstantof when the entity ended being valid (e.g.Specifies the "unique" attribute of an entity that is always non-null and there can be no other entity with the same key at the same point in time.