Class ODataJPATombstoneContext
- java.lang.Object
-
- org.apache.olingo.odata2.jpa.processor.api.ODataJPATombstoneContext
-
public final class ODataJPATombstoneContext extends Object
This class provides a thread safe container for accessing Tombstone objects
-
-
Constructor Summary
Constructors Constructor Description ODataJPATombstoneContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddToDeltaResult(Object entity, String entityName)static voidcleanup()static List<Object>getDeltaResult(String entityName)static StringgetDeltaToken()static LonggetDeltaTokenUTCTimeStamp()static voidsetDeltaToken(String token)
-