Package org.hibernate.sql.results.graph
Interface AssemblerCreationState
-
public interface AssemblerCreationState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LockModedetermineEffectiveLockMode(String identificationVariable)SqlAstCreationContextgetSqlAstCreationContext()default booleanisDynamicInstantiation()default booleanisScrollResult()InitializerresolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer> producer)
-
-
-
Method Detail
-
isScrollResult
default boolean isScrollResult()
-
isDynamicInstantiation
default boolean isDynamicInstantiation()
-
resolveInitializer
Initializer resolveInitializer(NavigablePath navigablePath, ModelPart fetchedModelPart, Supplier<Initializer> producer)
-
getSqlAstCreationContext
SqlAstCreationContext getSqlAstCreationContext()
-
-