Uses of Interface
org.hibernate.loader.ast.internal.LoadPlan
-
Packages that use LoadPlan Package Description org.hibernate.loader.ast.internal -
-
Uses of LoadPlan in org.hibernate.loader.ast.internal
Subinterfaces of LoadPlan in org.hibernate.loader.ast.internal Modifier and Type Interface Description interface
SingleEntityLoadPlan
Defines a plan for loading a single entity - by id, by uk, etcClasses in org.hibernate.loader.ast.internal that implement LoadPlan Modifier and Type Class Description class
SingleIdArrayLoadPlan
A load plan for loading an array of state by a single restrictive part.class
SingleIdLoadPlan<T>
Describes a plan for loading an entity by identifier.
-