程序包 org.hibernate.persister.spi
-
接口概要 接口 说明 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.PersisterCreationContext "Parameter object" providing access to additional information that may be needed in the creation of the persisters.PersisterFactory Contract for creating persister instances (bothEntityPersisterandCollectionPersistervarieties). -
异常错误概要 异常错误 说明 UnknownPersisterException Indicates that the persister to use is not known and could not be determined.