Persister
, the updating processing during loading will set the Persister
instance (e.g. an EmbeddedStorageManager
instance) used to load the entity instance to those fields.PersistenceFoundation#setFieldEvaluatorPersistable
.Persister
fields can be customized via PersistenceFoundation#setFieldEvaluatorPersister
.
Note, however, that the check for compatibility with the Persister
type is done in any case to avoid inconsistencies/crashes.MyEntity
, a reference to the EmbeddedStorageManager
used to load it is set to its field storage
.