Class SimpleNaturalIdLoadAccessImpl<T>

java.lang.Object
org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl<T>
org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl<T>
All Implemented Interfaces:
NaturalIdLoadOptions, SimpleNaturalIdLoadAccess<T>

public class SimpleNaturalIdLoadAccessImpl<T> extends BaseNaturalIdLoadAccessImpl<T> implements SimpleNaturalIdLoadAccess<T>
Implementation of SimpleNaturalIdLoadAccess.
Implementation Note:
We allow use of SimpleNaturalIdLoadAccess for composite natural ids with the assumption that we will be given a singular representation of the natural id (a map or array).