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 Deprecated. UseRuntimeModelCreationContext
insteadPersisterFactory Contract for creating persister instances (bothEntityPersister
andCollectionPersister
varieties). -
Exception Summary Exception Description UnknownPersisterException Indicates that the persister to use is not known and could not be determined.