Code Samples

Code samples include examples using application identity and datastore identity. Both examples are very simple. They first create a factory and a session. Then, they start a transaction and create a map. They put a JOB capable instance into the created map, select that instance, and check if the selected instance equals the original. Afterwards, they remove the instance. Finally, they commit the transaction and close the session and the factory.