Interface | Description |
---|---|
HydratedCompoundValueHandler |
Where to begin... :)
This gets to the internal concept of 2-phase loading of entity data and how specifically it is done.
|
PersisterClassResolver |
Given an entity or collection mapping, resolve the appropriate persister class to use.
|
PersisterFactory |
Contract for creating persister instances (both
EntityPersister and CollectionPersister varieties). |
Exception | Description |
---|---|
UnknownPersisterException |
Indicates that the persister to use is not known and couyld not be determined.
|
Copyright © 2021. All rights reserved.