Package net.solarnetwork.dao
Interface Entity<K>
- All Superinterfaces:
Comparable<K>,Identity<K>
- All Known Implementing Classes:
BasicEntity,BasicLongEntity,BasicStringEntity,BasicUuidEntity
Base API for a persistable domain object.
- Since:
- 1.59
- Version:
- 1.0
- Author:
- matt
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getCreated
Instant getCreated()Get the date this entity was created.- Returns:
- the created date
-