All Classes
Class
Description
DefaultRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID>
Adapter to setup implementation
TemporalRepositoryImpl against interface TemporalRepository.Annotation to enable JPA repositories and the TemporalRepository extension.
Specifies the inclusive start
Instant of when the entity has become valid.Abstract base class for temporal entities.
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.
A temporal repository extension of
JpaRepository,
JpaSpecificationExecutor and
RevisionRepository.Default implementation of the
TemporalRepository interface.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.