Package org.hibernate.persister.spi
-
Interface Summary Interface Description HydratedCompoundValueHandler Where to begin...PersisterClassResolver Given an entity or collection mapping, resolve the appropriate persister class to use.PersisterCreationContext "Parameter object" providing access to additional information that may be needed in the creation of the persisters.PersisterFactory Contract for creating persister instances (bothEntityPersister
andCollectionPersister
varieties). -
Exception Summary Exception Description UnknownPersisterException Indicates that the persister to use is not known and couyld not be determined.