Class TimestampedThrongDurable<I extends Serializable & Comparable<I>,D extends TimestampedThrongDurable<I,D>>
java.lang.Object
org.smallmind.persistence.AbstractDurable<I,D>
org.smallmind.persistence.orm.throng.ThrongDurable<I,D>
org.smallmind.persistence.orm.throng.TimestampedThrongDurable<I,D>
- All Implemented Interfaces:
Serializable,Comparable<Durable<I>>,Overlay<D>,Durable<I>
public abstract class TimestampedThrongDurable<I extends Serializable & Comparable<I>,D extends TimestampedThrongDurable<I,D>>
extends ThrongDurable<I,D>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetCreated(Date created) voidsetLastUpdated(Date lastUpdated) Methods inherited from class org.smallmind.persistence.orm.throng.ThrongDurable
getId, preSave, setIdMethods inherited from class org.smallmind.persistence.AbstractDurable
compareTo, equals, hashCode, mirrors, mirrors, toString
-
Constructor Details
-
TimestampedThrongDurable
public TimestampedThrongDurable()
-
-
Method Details
-
getCreated
-
setCreated
-
getLastUpdated
-
setLastUpdated
-
prePersist
public void prePersist()
-