Class JPABatch
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.JPABatch
-
- All Implemented Interfaces:
Serializable
,Batch
,Entity
,ProvidedKeyEntity
@Entity public class JPABatch extends AbstractProvidedKeyEntity implements Batch
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
TABLE
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPABatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
getExpiryTime()
String
getResults()
void
setExpiryTime(OffsetDateTime expiryTime)
void
setResults(String results)
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractProvidedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.ProvidedKeyEntity
setKey
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getExpiryTime
public OffsetDateTime getExpiryTime()
- Specified by:
getExpiryTime
in interfaceBatch
-
setExpiryTime
public void setExpiryTime(OffsetDateTime expiryTime)
- Specified by:
setExpiryTime
in interfaceBatch
-
getResults
public String getResults()
- Specified by:
getResults
in interfaceBatch
-
setResults
public void setResults(String results)
- Specified by:
setResults
in interfaceBatch
-
-