Class BinaryStorer.Eager

java.lang.Object
one.microstream.persistence.binary.types.BinaryStorer.Default
one.microstream.persistence.binary.types.BinaryStorer.Eager
All Implemented Interfaces:
BinaryStorer, PersistenceFunction, PersistenceLocalObjectIdRegistry<Binary>, PersistenceObjectIdRequestor<Binary>, PersistenceStoreHandler<Binary>, PersistenceStorer, PersistenceStoring, Storer
Enclosing interface:
BinaryStorer

public static final class BinaryStorer.Eager
extends BinaryStorer.Default
Identical to BinaryStorer.Default, but stores every referenced instance eagerly.
For a more differentiated solution between the two simple, but extreme strategies, see PersistenceEagerStoringFieldEvaluator.