Package dev.claudio.jpatemporal.annotation


package dev.claudio.jpatemporal.annotation
  • Annotation Interfaces Summary
    Annotation Interface
    Description
    Annotation to enable JPA repositories and the TemporalRepository extension.
    Specifies the inclusive start Instant of 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 end Instant of 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.