Uses of Interface
org.hibernate.loader.internal.LoadAccessContext
-
Packages that use LoadAccessContext Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.loader.internal -
-
Uses of LoadAccessContext in org.hibernate.internal
Classes in org.hibernate.internal that implement LoadAccessContext Modifier and Type Class Description classSessionImplConcrete implementation of theSessionAPI. -
Uses of LoadAccessContext in org.hibernate.loader.internal
Methods in org.hibernate.loader.internal that return LoadAccessContext Modifier and Type Method Description protected LoadAccessContextBaseNaturalIdLoadAccessImpl. getContext()Constructors in org.hibernate.loader.internal with parameters of type LoadAccessContext Constructor Description BaseNaturalIdLoadAccessImpl(LoadAccessContext context, EntityMappingType entityDescriptor)IdentifierLoadAccessImpl(LoadAccessContext context, EntityPersister entityPersister)NaturalIdLoadAccessImpl(LoadAccessContext context, EntityMappingType entityDescriptor)SimpleNaturalIdLoadAccessImpl(LoadAccessContext context, EntityMappingType entityDescriptor)
-