Package org.hibernate.persister.spi
package org.hibernate.persister.spi
An SPI for integrating custom entity and collection persisters.
- See Also:
-
ClassDescriptionGiven an entity or collection mapping, resolve the appropriate persister class to use.Deprecated.Contract for creating persister instances (both
EntityPersister
andCollectionPersister
varieties).Indicates that the persister to use is not known and could not be determined.
RuntimeModelCreationContext
instead