Package dev.claudio.jpatemporal.domain
Class Temporal
java.lang.Object
dev.claudio.jpatemporal.domain.Temporal
Abstract base class for temporal entities. This is a convenience base class and is entirely optional to be used.
When used, the extending class should NOT use this class' hashCode() and equals() methods and for
this reason they aren't implemented here.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFrom_date(Instant from_date)voidsetTemporal_id(Long temporal_id)voidsetTo_date(Instant to_date)toString()