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
,java.io.Serializable
- Direct Known Subclasses:
BaseEntity
@MappedSuperclass public class UniqueIdEntity extends AuditEntity
An extendable entity class for tables which have a UniqueId field.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UniqueIdEntity()
-
Method Summary
-
Methods inherited from class com.netflix.genie.web.data.services.impl.jpa.entities.AuditEntity
equals, getCreated, getUpdated, hashCode, 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
-
-