Uses of Interface
org.hibernate.engine.spi.NaturalIdResolutions
-
Packages that use NaturalIdResolutions Package Description org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of NaturalIdResolutions in org.hibernate.engine.internal
Classes in org.hibernate.engine.internal that implement NaturalIdResolutions Modifier and Type Class Description classNaturalIdResolutionsImplMethods in org.hibernate.engine.internal that return NaturalIdResolutions Modifier and Type Method Description NaturalIdResolutionsStatefulPersistenceContext. getNaturalIdResolutions() -
Uses of NaturalIdResolutions in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return NaturalIdResolutions Modifier and Type Method Description NaturalIdResolutionsPersistenceContext. getNaturalIdResolutions()Access to the natural-id helper for this persistence context
-