public interface PersistenceFunction
| Modifier and Type | Method and Description |
|---|---|
<T> long |
apply(T instance)
Applies any action on the passed instance (e.g.: simply looking up its object ID or
storing its state to a storage medium) and returns the object ID that identifies the passed instance.
|
<T> long apply(T instance)
T - the instance's typeinstance - the instance to which the function shall be applied.Copyright © 2022 MicroStream Software. All rights reserved.