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
- See Also:
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
TABLE
- See Also:
-
-
Constructor Details
-
JPABatch
public JPABatch()
-
-
Method Details
-
getExpiryTime
- Specified by:
getExpiryTime
in interfaceBatch
-
setExpiryTime
- Specified by:
setExpiryTime
in interfaceBatch
-
getResults
- Specified by:
getResults
in interfaceBatch
-
setResults
- Specified by:
setResults
in interfaceBatch
-