Class UniqueIdEntity
java.lang.Object
com.netflix.genie.web.data.services.impl.jpa.entities.IdEntity
com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
com.netflix.genie.web.data.services.impl.jpa.entities.UniqueIdEntity
- All Implemented Interfaces:
AuditProjection
,IdProjection
,Serializable
- Direct Known Subclasses:
BaseEntity
An extendable entity class for tables which have a UniqueId field.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
getCreated, getUpdated, onCreateBaseEntity, onUpdateBaseEntity
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.netflix.genie.web.data.services.impl.jpa.queries.projections.IdProjection
getId
-
Constructor Details
-
UniqueIdEntity
public UniqueIdEntity()
-
-
Method Details
-
equals
- Overrides:
equals
in classAuditEntity
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuditEntity
-