public interface CreateHandler
| Modifier and Type | Method and Description |
|---|---|
java.io.Serializable |
retrieveObjectFromBackingStore(CachedObjectId id,
java.lang.Object argument)
A method that can retrieve an object from a backing store (such as a database) using the provided
object identifier and a user-provided parameter.
|
java.io.Serializable retrieveObjectFromBackingStore(CachedObjectId id, java.lang.Object argument)
id - The identifier of the object to retrieveargument - A arbitrary parameter that can be used by the read-through operation. The argument is specified
in the ReadOptions, by defining readThroughArgument property