Uses of Package
org.hibernate.persister.spi
Packages that use org.hibernate.persister.spi
Package
Description
Built-in implementation of the SPI for integrating entity and collection persisters.
-
Classes in org.hibernate.persister.spi used by org.hibernate.persister.internalClassDescriptionGiven an entity or collection mapping, resolve the appropriate persister class to use.Contract for creating persister instances (both
EntityPersister
andCollectionPersister
varieties).