Class AbstractTask<T extends Task<T>>
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.task.AbstractTask<T>
- All Implemented Interfaces:
Serializable,Entity,Task<T>
- Direct Known Subclasses:
JPANotificationTask,JPAPropagationTask,JPASchedTask
@MappedSuperclass
public abstract class AbstractTask<T extends Task<T>>
extends AbstractGeneratedKeyEntity
implements Task<T>
- See Also:
-
Field Summary
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString